Wipe address strings from connections before freeing them them.

This is a defense-in-depth fix; closes 6198.
This commit is contained in:
Nick Mathewson
2020-08-03 10:15:08 -04:00
parent 5b9508c9a5
commit ea876ab00e
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -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.