summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-21 11:13:33 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-21 11:13:33 -0500
commit6cd567d7974e6bf55874f3a6d907feb050144095 (patch)
tree7ab8a21f1e372cda6999ba4692df1b02e323e9f3 /changes
parent84adb9fcca3d4e1954c1dd215a3e765c689d82b3 (diff)
parentfdfa4a5a140a2d82ebd92e980a577cbcecd2180b (diff)
downloadtor-6cd567d7974e6bf55874f3a6d907feb050144095.tar.gz
tor-6cd567d7974e6bf55874f3a6d907feb050144095.zip
Merge remote-tracking branch 'dgoulet/bug24671_032_01' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug246716
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24671 b/changes/bug24671
new file mode 100644
index 0000000000..34d09e704d
--- /dev/null
+++ b/changes/bug24671
@@ -0,0 +1,6 @@
+ o Minor bugfixes (scheduler, KIST):
+ - Use a sane write limit for KISTLite when writing onto a connection
+ buffer instead of using INT_MAX and shoving as much as it can. Because
+ the OOM handler cleans up circuit queues, we are better off at keeping
+ them in that queue instead of the connection's buffer. Fixes bug 24671;
+ bugfix on 0.3.2.1-alpha.