aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-07 15:22:17 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-15 10:03:10 -0400
commitf2a6eedded9d4dc3c854c1e3091d1f6278ac6e7f (patch)
tree2194e4ba1b85ee34309faeca594b85d8acbb74d5 /changes
parentf6afd4efa6c24fab8ace710fc0eac4c8811b93dd (diff)
downloadtor-f2a6eedded9d4dc3c854c1e3091d1f6278ac6e7f.tar
tor-f2a6eedded9d4dc3c854c1e3091d1f6278ac6e7f.tar.gz
Fix a crash bug on SETCIRCUITPURPOSE.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug57964
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5796 b/changes/bug5796
new file mode 100644
index 000000000..b92659f74
--- /dev/null
+++ b/changes/bug5796
@@ -0,0 +1,4 @@
+ o Minor bugfixes (controller):
+ - Fix a NULL-pointer derefernce on a badly formed
+ SETCIRCUITPURPOSE command. Found by mikeyc. Fixes bug 5796;
+ bugfix on 0.2.2.9-alpha.