diff options
author | Roger Dingledine <arma@torproject.org> | 2014-09-21 01:23:39 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-09-21 16:05:24 -0400 |
commit | 1b40ea036fa6e0c4063e096ccc52d47c1227710f (patch) | |
tree | 811b630e2798aa02e011e46613908832c29adbba /changes | |
parent | e170205cd8aae085687ca3b166bcc38b2134fc22 (diff) | |
download | tor-1b40ea036fa6e0c4063e096ccc52d47c1227710f.tar.gz tor-1b40ea036fa6e0c4063e096ccc52d47c1227710f.zip |
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".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13205 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13205 b/changes/bug13205 new file mode 100644 index 0000000000..446ffcf47b --- /dev/null +++ b/changes/bug13205 @@ -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". |