diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-17 13:56:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-17 13:56:10 -0400 |
commit | 6803373aab2292fe7286d1e19e25d5016b6ac9b8 (patch) | |
tree | 6b691c9fb4be33b4879d83858b60a9ac93df96aa /changes | |
parent | bc4c89eb2f47ba0774a05aea3798fbec31f9b920 (diff) | |
parent | 4ee2699416dc612b859f6ba77e6fcd2e7e55c1b7 (diff) | |
download | tor-6803373aab2292fe7286d1e19e25d5016b6ac9b8.tar.gz tor-6803373aab2292fe7286d1e19e25d5016b6ac9b8.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33619 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket33619 b/changes/ticket33619 new file mode 100644 index 0000000000..3c52858b35 --- /dev/null +++ b/changes/ticket33619 @@ -0,0 +1,5 @@ + o Major bugfixes (circuit padding, memory leaks): + - Avoid a remotely triggered memory leak in the case that a circuit + padding machine is somehow negotiated twice on the same circuit. Fixes + bug 33619; bugfix on 0.4.0.1-alpha. Found by Tobias Pulls. This is + also tracked as TROVE-2020-004. |