diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-10 19:49:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-10 19:49:21 +0000 |
commit | 99376955988906b55b94bea1a44ea92ef611ae2b (patch) | |
tree | 24ded70c55de04b1b4181220e7df58e0e0e9581b /ChangeLog | |
parent | 53b730556e3b11b1e79d6a081949a81b18bfb0a0 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |