diff options
author | Roger Dingledine <arma@torproject.org> | 2013-04-19 11:15:05 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-04-19 11:15:05 -0400 |
commit | e318ab14b10f353da1ebcece0d6490191517e21a (patch) | |
tree | 7523c6f614db529a8ed034ac0bb8cc4ff4632d17 /changes/bug7889 | |
parent | d19db9305b36c3190d4d4e5b389cc8df350f3a5f (diff) | |
download | tor-e318ab14b10f353da1ebcece0d6490191517e21a.tar.gz tor-e318ab14b10f353da1ebcece0d6490191517e21a.zip |
fold in 0.2.3.26 changes entries so far. surprisingly few!
Diffstat (limited to 'changes/bug7889')
-rw-r--r-- | changes/bug7889 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/bug7889 b/changes/bug7889 deleted file mode 100644 index ce99a59ce5..0000000000 --- a/changes/bug7889 +++ /dev/null @@ -1,8 +0,0 @@ - o Major bugfixes: - - Reject bogus create and relay cells with 0 circuit ID or 0 stream - ID: these could be used to create unexpected streams and circuits - which would count as "present" to some parts of Tor but "absent" - to others, leading to zombie circuits and streams or to a - bandwidth DOS. Fixes bug 7889; bugfix on every released version of - Tor. Reported by "oftc_must_be_destroyed". - |