summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-02 13:22:07 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-02 13:22:07 -0400
commitbfcfeaed0772cd9238c3fa4d1c4a6db4f23ad2a3 (patch)
treed322687e01ae0e8cec9edde3bdf4c7688dc3f4c6 /changes
parentcf8c3abff179b4550404bb9978a9d2b5ad18fc34 (diff)
parent46b06cd6999439608f4a8a34bb68f6fe6a6311e9 (diff)
downloadtor-bfcfeaed0772cd9238c3fa4d1c4a6db4f23ad2a3.tar.gz
tor-bfcfeaed0772cd9238c3fa4d1c4a6db4f23ad2a3.zip
Merge branch 'mikeperry_bug26214-rebased_squashed' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug262143
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26214 b/changes/bug26214
new file mode 100644
index 0000000000..4277b9c6ec
--- /dev/null
+++ b/changes/bug26214
@@ -0,0 +1,3 @@
+ o Minor bugfixes (correctness, flow control):
+ - Upon receiving a stream-level SENDME cell, verify that our window has
+ not grown too large. Fixes bug 26214; bugfix on svn r54 (pre-0.0.1)