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 | 54e42fe364ad37b18026600d5c2dc6c022bbd53c (patch) | |
tree | 1b6b05687fba67f9193fbbb262fc47523292708b /changes | |
parent | d04f6d9dffcb1f67c3fc693284810edee0f61f3d (diff) | |
parent | 00a93b19cf0db9c0f47a48d55c658058f976ab93 (diff) | |
download | tor-54e42fe364ad37b18026600d5c2dc6c022bbd53c.tar.gz tor-54e42fe364ad37b18026600d5c2dc6c022bbd53c.zip |
Merge branch 'maint-0.4.0'
Diffstat (limited to 'changes')
-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. |