diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-14 19:00:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-14 19:00:19 +0000 |
commit | e49229caf8645564646354c6f3670db2cab26583 (patch) | |
tree | d4bfc8e5ecfe272e04a0e2e769a5698b8b573444 /ChangeLog | |
parent | e1c97755176c521589063482b6bed8151124986f (diff) | |
download | tor-e49229caf8645564646354c6f3670db2cab26583.tar.gz tor-e49229caf8645564646354c6f3670db2cab26583.zip |
r17610@catbus: nickm | 2008-01-14 13:20:49 -0500
Fix a bogus free() call on a base64 failure in router_append_dirobj_signature().
svn:r13129
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ Changes in version 0.2.0.16-alpha - 2008-01-?? - Do not try to download missing certificates until we have tried to check our fallback consensus. Fixes bug 583. - Make bridges round geoip info up, not down. + - Avoid a spurious free on base64 failure. Bugfix on 0.1.2. o Minor features (controller): - Get NS events working again. (Patch from tup) |