aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-09-21 01:23:39 -0400
committerRoger Dingledine <arma@torproject.org>2014-09-21 16:05:24 -0400
commit1b40ea036fa6e0c4063e096ccc52d47c1227710f (patch)
tree811b630e2798aa02e011e46613908832c29adbba /changes
parente170205cd8aae085687ca3b166bcc38b2134fc22 (diff)
downloadtor-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/bug132055
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".