aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-29 01:45:06 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-29 01:45:06 +0000
commitc5a7ff8e4343886b2d4a5afb7d16d772c664a409 (patch)
tree723a99f825f514b20623cb67b0db0cbfbf761a85 /ChangeLog
parent04efc74e18fd79af337dcbc2ee5631184601e5a5 (diff)
downloadtor-c5a7ff8e4343886b2d4a5afb7d16d772c664a409.tar
tor-c5a7ff8e4343886b2d4a5afb7d16d772c664a409.tar.gz
forward-port r13777
svn:r13778
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6aecf32d..7448d150b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,7 +81,8 @@ Changes in version 0.2.0.20-rc - 2008-02-24
o Minor bugfixes (memory leaks and code problems):
- We were leaking a file descriptor if Tor started with a zero-length
cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
- - Detect size overflow in zlib code. Reported by Dan Kaminsky.
+ - Detect size overflow in zlib code. Reported by Justin Ferguson and
+ Dan Kaminsky.
- We were comparing the raw BridgePassword entry with a base64'ed
version of it, when handling a "/tor/networkstatus-bridges"
directory request. Now compare correctly. Noticed by Veracode.