diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-27 05:15:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-27 05:15:53 +0000 |
commit | 152547be49931c168b2dfc3c3622b1e432d54eb5 (patch) | |
tree | 4a43f6f621ccda61181866dfb013c7ee2500ca89 /ChangeLog | |
parent | c66fbb002f687490681f9d85bf540a62a5535e64 (diff) | |
download | tor-152547be49931c168b2dfc3c3622b1e432d54eb5.tar.gz tor-152547be49931c168b2dfc3c3622b1e432d54eb5.zip |
r11548@catbus: nickm | 2007-01-27 00:15:47 -0500
Fix two assert bugs encountered when trying ipv6 lookups with eventdns code.
svn:r9430
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Changes in version 0.1.2.7-alpha - 2007-01-26 an incorrect number of bytes. (Previously, we would ignore the extra bytes.) - Fix as-yet-unused reverse IPv6 lookup code so it sends nybbles - in the correct order. + in the correct order, and doesn't crash. - Free memory held in recently-completed DNS lookup attempts on exit. This was not a memory leak, but may have been hiding memory leaks. - Don't launch requests for descriptors unless we have networkstatuses |