diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-05-27 01:43:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:18:51 -0400 |
commit | 11d993869447d08a3fe4ab3b36d34fc53aa21ba1 (patch) | |
tree | c0eb50e616ba4d219000bf208780e149b3eaab0d /changes | |
parent | dc397f9a61e2e2caeea1acd46beab0e7205eaa9f (diff) | |
download | tor-11d993869447d08a3fe4ab3b36d34fc53aa21ba1.tar.gz tor-11d993869447d08a3fe4ab3b36d34fc53aa21ba1.zip |
Bug 26214: Changes file.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26214 | 3 |
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) |