aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6530
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-03 10:53:00 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-03 10:53:00 -0400
commit57e35ad3d91724882c345ac709666a551a977f0f (patch)
tree764000c7a9cc988689f25c140baa665adbfeaa16 /changes/bug6530
parent4e7552e5528e9e7f2f8ddaee81fe2da9606091b2 (diff)
downloadtor-57e35ad3d91724882c345ac709666a551a977f0f.tar.gz
tor-57e35ad3d91724882c345ac709666a551a977f0f.zip
Avoid possible segfault when handling networkstatus vote with bad flavor
Fix for 6530; fix on 0.2.2.6-alpha.
Diffstat (limited to 'changes/bug6530')
-rw-r--r--changes/bug65304
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6530 b/changes/bug6530
new file mode 100644
index 0000000000..a6b7caa1a0
--- /dev/null
+++ b/changes/bug6530
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Avoid a read of uninitializd RAM when reading a vote or consensus
+ document with an unrecognized flavor name. Fixes bug 6530; bugfix on
+ 0.2.2.6-alpha.