diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-16 00:11:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-16 00:11:03 +0000 |
commit | 98ce45bebfa5c6a1ff08cb38a388a93b64f6fd0b (patch) | |
tree | 62acf7892d1cef3ba5c150e836e61d28f7fc01a9 /ChangeLog | |
parent | 5ab3f49d93f6527e4874ffad5c33019ea43fcfe5 (diff) | |
download | tor-98ce45bebfa5c6a1ff08cb38a388a93b64f6fd0b.tar.gz tor-98ce45bebfa5c6a1ff08cb38a388a93b64f6fd0b.zip |
Backport candidate:
Fix a potential crash bug when we load many server descriptors at
once and some of them make others of them obsolete. Fixes bug
458. [Bugfix on 0.1.2.x]
svn:r10832
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? o Minor bugfixes (directory): - Fix another crash bug related to extra-info caching. (Bug found by Peter Palfrader.) [Bugfix on 0.2.0.2-alpha] + - Fix a potential crash bug when we load many server descriptors at + once and some of them make others of them obsolete. Fixes bug + 458. [Bugfix on 0.1.2.x] - Directories no longer return a "304 not modified" when they don't have the networkstatus the client asked for. Also fix a memory leak when returning 304 not modified. [Bugfixes on 0.2.0.2-alpha] |