diff options
author | Roger Dingledine <arma@torproject.org> | 2009-03-09 00:53:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-03-09 00:53:42 +0000 |
commit | 5d50bc3e1d4bf7312b39d5366cb1d374345f7bd0 (patch) | |
tree | 14334f3e247bdbc2029d62b1fdbe3579fe9239f9 /ChangeLog | |
parent | 5cb2e4efca5d3dccd664c20b99dfe4a9a63f4a75 (diff) | |
download | tor-5d50bc3e1d4bf7312b39d5366cb1d374345f7bd0.tar tor-5d50bc3e1d4bf7312b39d5366cb1d374345f7bd0.tar.gz |
We were already rejecting relay begin cells with destination port
of 0. Now also reject extend cells with destination port or address
of 0. Suggested by lark.
svn:r18812
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ Changes in version 0.2.1.13-alpha - 2009-02-09 manner, to avoid platform-dependent behavior on malformed input. - Build correctly when configured to build outside the main source path. Patch from Michael Gold. + - We were already rejecting relay begin cells with destination port + of 0. Now also reject extend cells with destination port or address + of 0. Suggested by lark. o Minor bugfixes (on 0.2.1.x): - Don't re-extend introduction circuits if we ran out of RELAY_EARLY |