aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-22 12:45:01 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-22 12:45:01 -0500
commitc084ae145e7eb77303ce401083a94b0d9d7fe57e (patch)
treeb83535c6d5e93f8a4b8db13d1c9ff7568bc47939 /ChangeLog
parentd35b8dc5827762cd9cbee90f57ef370f477539fb (diff)
parentf5112fa48754b33aa46c1bf79e11cf400d5084a8 (diff)
downloadtor-c084ae145e7eb77303ce401083a94b0d9d7fe57e.tar
tor-c084ae145e7eb77303ce401083a94b0d9d7fe57e.tar.gz
Merge remote branch 'sebastian/bug1254'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e39b79ff..4fe3bc729 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,9 @@ Changes in version 0.2.2.9-alpha - 2010-02-22
- Fix a spec conformance issue: the network-status-version token
must be the first token in a v3 consensus or vote. Discovered by
parakeep. Bugfix on 0.2.0.3-alpha.
+ - When freeing a cipher, zero it out completely. We only zeroed
+ the first ptrsize bytes. Bugfix on tor-0.0.2pre8. Discovered
+ and patched by ekir. Fixes bug 1254.
o Code simplifications and refactoring:
- Generate our manpage and HTML documentation using Asciidoc. This