summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-03 10:15:08 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-03 10:15:08 -0400
commitea876ab00e223b0c1ba022cc27861cfbbde31b64 (patch)
tree9d47efd261683f70aa18a1ea7098dfe2d666476d /changes
parent5b9508c9a5d757223c62749c51eaf7453ff26691 (diff)
downloadtor-ea876ab00e223b0c1ba022cc27861cfbbde31b64.tar.gz
tor-ea876ab00e223b0c1ba022cc27861cfbbde31b64.zip
Wipe address strings from connections before freeing them them.
This is a defense-in-depth fix; closes 6198.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket61983
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket6198 b/changes/ticket6198
new file mode 100644
index 0000000000..7f3fdf2fa7
--- /dev/null
+++ b/changes/ticket6198
@@ -0,0 +1,3 @@
+ o Minor features (defense in depth):
+ - Wipe more data from connection address fields before returning them to
+ the memory heap. Closes ticket 6198.