aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-17 13:56:03 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-17 13:56:03 -0400
commitcec647ff3eab20c97a744a59b808eb49760acfd3 (patch)
tree12365c26832678e833b067e956ad18181b951e30 /changes
parent5f4e14b8c8cd4c8907f669144a5a4bb8b8b7a585 (diff)
parent78bcfc1280b322ba57a10a116457616eeb742ab6 (diff)
downloadtor-cec647ff3eab20c97a744a59b808eb49760acfd3.tar.gz
tor-cec647ff3eab20c97a744a59b808eb49760acfd3.zip
Merge branch 'trove_2020_004_041_v2' into maint-0.4.1
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket336195
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.