summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-27 05:15:53 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-27 05:15:53 +0000
commit152547be49931c168b2dfc3c3622b1e432d54eb5 (patch)
tree4a43f6f621ccda61181866dfb013c7ee2500ca89 /ChangeLog
parentc66fbb002f687490681f9d85bf540a62a5535e64 (diff)
downloadtor-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--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f840854ac..93c363a87c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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