diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-03 11:18:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-03 11:18:40 -0400 |
commit | 1040afb2425a8056dc41b35e6d825fc329663ee6 (patch) | |
tree | 7cf79ff1da912282b0f8920a825d9258b7feae13 /changes | |
parent | 122c8efb09643a65cbec6c991f3433774a4524ae (diff) | |
parent | 55f635745afacefffdaafc72cc176ca7ab817546 (diff) | |
download | tor-1040afb2425a8056dc41b35e6d825fc329663ee6.tar.gz tor-1040afb2425a8056dc41b35e6d825fc329663ee6.zip |
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6530 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6530 b/changes/bug6530 new file mode 100644 index 0000000000..825bbb752a --- /dev/null +++ b/changes/bug6530 @@ -0,0 +1,5 @@ + o Major security fixes: + - Avoid a read of uninitializd RAM when reading a vote or consensus + document with an unrecognized flavor name. This could lead to a + remote crash bug. Fixes bug 6530; bugfix on 0.2.2.6-alpha. + |