diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-23 17:09:02 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-23 17:09:02 +0100 |
commit | c8f154e173df57992cfa85475944a03b6d882f01 (patch) | |
tree | c27d41a48e9a29acc322db166f2be48022293b9d /ChangeLog | |
parent | 7681e355ed5da8d4f41bfc5a3fc0b1bcf67add45 (diff) | |
download | tor-c8f154e173df57992cfa85475944a03b6d882f01.tar.gz tor-c8f154e173df57992cfa85475944a03b6d882f01.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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes in version 0.2.2.10-alpha - 2010-??-?? o Minor bugfixes: - Fix a memleak in the EXTENDCIRCUIT logic. Spotted by coverity. Bugfix on 0.2.2.9-alpha. + - 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.2.9-alpha - 2010-02-22 o Directory authority changes: |