diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-25 16:06:09 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-25 16:06:09 +0000 |
commit | 0f8491a254f799b7d850e533827a19ac43eac5e2 (patch) | |
tree | 7320f06661df9a9fcd96574ef341e2da207d21d6 /ChangeLog | |
parent | 78c068397a663d450048bfe41ce4a2536732fbdb (diff) | |
download | tor-0f8491a254f799b7d850e533827a19ac43eac5e2.tar tor-0f8491a254f799b7d850e533827a19ac43eac5e2.tar.gz |
Backport candidate: remove dangerous free(0) on hashtable init
svn:r8499
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? - If we're a directory mirror and we ask for "all" network status documents, we would discard status documents from authorities we don't recognize. + - Avoid a memory corruption bug when creating a hash table for the first + time. o Documentation - Documented (and renamed) ServerDNSSearchDomains and |