summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-02-23 17:09:02 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-02-26 05:49:34 +0100
commitf36c36f4a881d15d2187efbc59becb5195d0bf09 (patch)
treee1569060750e5b86eefc0ec033182ca39ed4d6cd /ChangeLog
parenta9802d3322f14e9649cbec354ffcf7e1cf266494 (diff)
downloadtor-f36c36f4a881d15d2187efbc59becb5195d0bf09.tar.gz
tor-f36c36f4a881d15d2187efbc59becb5195d0bf09.zip
Proper NULL checking for hsdesc publication
Fix a dereference-then-NULL-check sequence. This bug wasn't triggered in the wild, but we should fix it anyways in case it ever happens. Also make sure users get a note about this being a bug when they see it in their log. Thanks to ekir for discovering and reporting this bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24b0cc6d1a..525a00b378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Changes in version 0.2.1.25 - 2010-??-??
- 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 Minor bugfixes:
+ - Fix a dereference-then-NULL-check sequence when publishing
+ descriptors. Bugfix on tor-0.2.1.5-alpha. Discovered by ekir,
+ fixes bug 1255.
Changes in version 0.2.1.24 - 2010-02-21
Tor 0.2.1.24 makes Tor work again on the latest OS X -- this time