mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Stop silently skipping invalid args to setevents
Return an error when the second or later arguments of the "setevents" controller command are invalid events. Previously we would return success while silently skipping invalid events. Fixes bug 13205; bugfix on 0.2.3.2-alpha. Reported by "fpxnns".
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes:
|
||||
- Return an error when the second or later arguments of the
|
||||
"setevents" controller command are invalid events. Previously we
|
||||
would return success while silently skipping invalid events. Fixes
|
||||
bug 13205; bugfix on 0.2.3.2-alpha. Reported by "fpxnns".
|
||||
Reference in New Issue
Block a user