aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6271
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-06 07:29:54 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-06 07:29:54 -0400
commit419f541aa737d3ab230ec2595d0614e2d94a5e44 (patch)
tree8770e23348ebfdbdc153e504a7987603fa08be31 /changes/bug6271
parent229abbf4bbb86b3fd2c138ec62460e1a0fda395f (diff)
downloadtor-419f541aa737d3ab230ec2595d0614e2d94a5e44.tar
tor-419f541aa737d3ab230ec2595d0614e2d94a5e44.tar.gz
Fix a bug handling SENDME cells on nonexistent streams.
This 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. (bug 6271, part a.)
Diffstat (limited to 'changes/bug6271')
-rw-r--r--changes/bug62717
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug6271 b/changes/bug6271
new file mode 100644
index 000000000..06b129f73
--- /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.