diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-03 11:16:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-03 11:16:13 -0400 |
commit | 55f635745afacefffdaafc72cc176ca7ab817546 (patch) | |
tree | d9244e5f4999f39f4ef4ac44fcdeb102033d86b2 /changes/bug6530 | |
parent | 57e35ad3d91724882c345ac709666a551a977f0f (diff) | |
download | tor-55f635745afacefffdaafc72cc176ca7ab817546.tar tor-55f635745afacefffdaafc72cc176ca7ab817546.tar.gz |
Clarify security impact of bug 6530
Diffstat (limited to 'changes/bug6530')
-rw-r--r-- | changes/bug6530 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/changes/bug6530 b/changes/bug6530 index a6b7caa1a..825bbb752 100644 --- a/changes/bug6530 +++ b/changes/bug6530 @@ -1,4 +1,5 @@ - o Major bugfixes: + o Major security fixes: - 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. + document with an unrecognized flavor name. This could lead to a + remote crash bug. Fixes bug 6530; bugfix on 0.2.2.6-alpha. + |