aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-15 11:22:25 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-15 14:10:52 -0500
commit9b09627edd2e1dcaed4ca8382bde3cf608ce6a81 (patch)
tree1d67878f751804196e0b202fb214e0bf5078066d /changes
parentb97b0efec81c5564999c2545dd7f0ca230b239cc (diff)
downloadtor-9b09627edd2e1dcaed4ca8382bde3cf608ce6a81.tar
tor-9b09627edd2e1dcaed4ca8382bde3cf608ce6a81.tar.gz
Zero out some more key data before freeing it
Found by cypherpunks; fixes bug 2384.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug23845
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2384 b/changes/bug2384
new file mode 100644
index 000000000..532181442
--- /dev/null
+++ b/changes/bug2384
@@ -0,0 +1,5 @@
+ 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.
+
+