diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-29 01:45:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-29 01:45:06 +0000 |
commit | c5a7ff8e4343886b2d4a5afb7d16d772c664a409 (patch) | |
tree | 723a99f825f514b20623cb67b0db0cbfbf761a85 /ChangeLog | |
parent | 04efc74e18fd79af337dcbc2ee5631184601e5a5 (diff) | |
download | tor-c5a7ff8e4343886b2d4a5afb7d16d772c664a409.tar.gz tor-c5a7ff8e4343886b2d4a5afb7d16d772c664a409.zip |
forward-port r13777
svn:r13778
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |