diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-22 03:21:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-22 03:21:51 +0000 |
commit | 353abd98306f448adf474a44850838f0238505e2 (patch) | |
tree | d7e220349722052bd0918eeeda28f9a4523cc66d /ChangeLog | |
parent | 79066b48511ee48cc10edfcbd5d0a8ed29e6de23 (diff) | |
download | tor-353abd98306f448adf474a44850838f0238505e2.tar.gz tor-353abd98306f448adf474a44850838f0238505e2.zip |
backport candidate:
Stop leaking part of the descriptor when we run into a particularly
unparseable piece of it. Bugfix on 0.1.2.x.
svn:r11249
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Changes in version 0.2.0.6-alpha - 2007-??-?? new CookieAuthFile option. Reported by Matt Edman. - Fix a minor memory leak when we fail to find enough suitable servers to choose a circuit. Bugfix on 0.1.2.x. + - Stop leaking part of the descriptor when we run into a particularly + unparseable piece of it. Bugfix on 0.1.2.x. o Minor features (misc): - Optionally (if built with -DEXPORTMALLINFO) export the output |