diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-15 11:32:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-15 14:10:54 -0500 |
commit | ef6fa07e4830dde86fce2d06bf9da44d5c1c79b9 (patch) | |
tree | af032e6433f29d1d36c411e6bc624a72ed33e815 /changes | |
parent | 9b09627edd2e1dcaed4ca8382bde3cf608ce6a81 (diff) | |
download | tor-ef6fa07e4830dde86fce2d06bf9da44d5c1c79b9.tar.gz tor-ef6fa07e4830dde86fce2d06bf9da44d5c1c79b9.zip |
Fix a couple of non-cleared key issues in hidden services
we need to do more hunting, but this fixes the ones mentioned in 2385.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2384 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug2384 b/changes/bug2384 index 5321814424..ded5eee992 100644 --- a/changes/bug2384 +++ b/changes/bug2384 @@ -1,5 +1,6 @@ o Minor bugfixes - Zero out a few more keys in memory before freeing them. Fixes bug - 2384. Found by cypherpunks. Bugfix on 0.0.2pre9. + 2384 and part of bug 2385. These key instances found by + "cypherpunks". Bugfix on 0.0.2pre9. |