diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-13 07:23:37 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-13 07:23:37 +0000 |
commit | 740097a65ed5c92b3a5a23f0c919b82ea6a59625 (patch) | |
tree | 7b65e5f3246fb3cdbbede06e3bc247f65255e31f /ChangeLog | |
parent | 7ae3f6a491c96182eab243a53a582532c415cea7 (diff) | |
download | tor-740097a65ed5c92b3a5a23f0c919b82ea6a59625.tar tor-740097a65ed5c92b3a5a23f0c919b82ea6a59625.tar.gz |
We were leaking a file descriptor if Tor started with a zero-length
cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
svn:r13488
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Changes in version 0.2.0.20-?? - 2008-02-?? - Directory mirrors no longer include a guess at the client's IP address if the connection appears to be coming from the same /24 network; it was producing too many wrong guesses. + - We were leaking a file descriptor if Tor started with a zero-length + cached-descriptors file. Patch by freddy77; bugfix on 0.1.2. Changes in version 0.2.0.19-alpha - 2008-02-09 |