diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-15 11:14:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-15 11:14:08 +0000 |
commit | 06a1e4124f1ef048bd10a5d296b9380b995f0de8 (patch) | |
tree | 483378d7b7bb84ca7fd2f0153e0bd0b280992ce0 /ChangeLog | |
parent | 6c6d27186ae76e4166a826e2d939f944aeedaa7d (diff) | |
download | tor-06a1e4124f1ef048bd10a5d296b9380b995f0de8.tar.gz tor-06a1e4124f1ef048bd10a5d296b9380b995f0de8.zip |
Fix a small memory leak whenever we decide against using a
newly picked entry guard. Reported by Mike Perry.
svn:r12506
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,12 +6,15 @@ Changes in version 0.2.0.12-alpha - 2007-11-?? o Minor bugfixes: - When we're lacking a consensus, don't try to perform rendezvous operations. (Bug spotted by Karsten) + - Fix a small memory leak whenever we decide against using a + newly picked entry guard. Reported by Mike Perry. o Minor features: - When we negotiate a v2 OR connection (not yet implemented), accept RELAY_EARLY cells and turn them into RELAY cells if we've negotiated a v1 connection. Initial code for proposal 110. + Changes in version 0.2.0.11-alpha - 2007-11-12 o Security fixes: - Exit policies now reject connections that are addressed to a |