aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-10 19:49:21 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-10 19:49:21 +0000
commit99376955988906b55b94bea1a44ea92ef611ae2b (patch)
tree24ded70c55de04b1b4181220e7df58e0e0e9581b /ChangeLog
parent53b730556e3b11b1e79d6a081949a81b18bfb0a0 (diff)
downloadtor-99376955988906b55b94bea1a44ea92ef611ae2b.tar
tor-99376955988906b55b94bea1a44ea92ef611ae2b.tar.gz
r11919@Kushana: nickm | 2007-01-10 13:32:48 -0500
Add some defensive programming to eventdns.c in an attempt to catch possible memory stomping bugs. svn:r9322
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 348f96561..932d5037c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Changes in version 0.1.2.7-alpha - 2007-??-??
- When computing clock skew from directory HTTP headers, consider what
time it was when we finished asking for the directory, not what time it
is now.
+ - Add some defensive programming to eventdns.c in an attempt to catch
+ possible memory-stomping bugs.
Changes in version 0.1.2.6-alpha - 2007-01-09