diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-21 10:08:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-21 10:08:14 -0500 |
commit | 50626479183858d25d4e52b80b000dbb43097917 (patch) | |
tree | bbf76f604413014d4c28551bdfdf64a647044aab /changes/ticket29168 | |
parent | 508002a4c259cdfeca38ec15a726aa8a991a58da (diff) | |
parent | be84ed1a64ed7ce810bd3924fa96c2588b491ef5 (diff) | |
download | tor-50626479183858d25d4e52b80b000dbb43097917.tar.gz tor-50626479183858d25d4e52b80b000dbb43097917.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'changes/ticket29168')
-rw-r--r-- | changes/ticket29168 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket29168 b/changes/ticket29168 new file mode 100644 index 0000000000..65c5232f65 --- /dev/null +++ b/changes/ticket29168 @@ -0,0 +1,5 @@ + o Major bugfixes (cell scheduler, KIST): + - Make KIST to always take into account the outbuf length when computing + what we can actually put in the outbuf. This could lead to the outbuf + being filled up and thus a possible memory DoS vector. TROVE-2019-001. + Fixes bug 29168; bugfix on 0.3.2.1-alpha. |