diff options
author | Roger Dingledine <arma@torproject.org> | 2012-07-06 08:59:26 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-07-06 08:59:26 -0400 |
commit | 1fee920999bb51e2831b03faff7dabbcf20355e7 (patch) | |
tree | dfecae67e5df8298223b4806cb31281a928c23f4 /changes | |
parent | 7e1a0bb24e40bbb02a458b5a903703c065792ddc (diff) | |
parent | 27ec0248d2460cdfc52462d313272c206ab46f02 (diff) | |
download | tor-1fee920999bb51e2831b03faff7dabbcf20355e7.tar.gz tor-1fee920999bb51e2831b03faff7dabbcf20355e7.zip |
Merge branch 'maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6271 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug6271 b/changes/bug6271 new file mode 100644 index 0000000000..06b129f73f --- /dev/null +++ b/changes/bug6271 @@ -0,0 +1,7 @@ + o Major bugfixes + + - Fix a bug handling SENDME cells on nonexistent streams that + could result in bizarre window values. Report and patch + contributed pseudymously. Fixes part of bug 6271. This bug + was introduced before the first Tor release, in svn commit + r152. |