summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-21 10:20:35 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-21 10:20:35 -0500
commit2a7cad957263f5faed3a0b9de8b15d9794a5541c (patch)
treee70f71e4195d90dd7600cfcb73860395afc20beb /changes
parentc2b64ad0968f040e2b5ecb426d3520a02acb5cc7 (diff)
parent885ba513ff709eb86a71c7daf7c23aafab4862a8 (diff)
downloadtor-2a7cad957263f5faed3a0b9de8b15d9794a5541c.tar.gz
tor-2a7cad957263f5faed3a0b9de8b15d9794a5541c.zip
Merge branch 'maint-0.3.2' into release-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug246656
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24665 b/changes/bug24665
new file mode 100644
index 0000000000..f950d9dd01
--- /dev/null
+++ b/changes/bug24665
@@ -0,0 +1,6 @@
+ o Major bugfixes (KIST, scheduler):
+ - The KIST scheduler did not correctly account for data already enqueued
+ in each connection's send socket buffer, particularly in cases when the
+ TCP/IP congestion window was reduced between scheduler calls. This
+ situation lead to excessive per-connection buffering in the kernel, and
+ a potential memory DoS. Fixes bug 24665; bugfix on 0.3.2.1-alpha.