aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-11-21 23:02:10 -0500
committerRoger Dingledine <arma@torproject.org>2009-11-21 23:02:10 -0500
commit4f8b36a1e2dbcfeaf0c5c31a92aa0f26f365b890 (patch)
treeaae24bfd8107917f3cc980621103a70ddce66dab /ChangeLog
parent7b6b931ccc6af626493beacdfefa3e114eb8bc7c (diff)
downloadtor-4f8b36a1e2dbcfeaf0c5c31a92aa0f26f365b890.tar.gz
tor-4f8b36a1e2dbcfeaf0c5c31a92aa0f26f365b890.zip
clobber connections with different number than we clobber circuits
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fa7b387e3..2b55d76839 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ Changes in version 0.2.2.7-alpha - 2009-??-??
o Minor bugfixes:
- Fix compilation on OSX 10.3, which has a stub mlockall() but
hides it. Bugfix on 0.2.2.6-alpha.
+ - After we free an internal connection structure, overwrite it
+ with a different memory value than we use for overwriting a freed
+ internal circuit structure. Should help with debugging. Suggested
+ by bug 1055.
Changes in version 0.2.2.6-alpha - 2009-11-19