summaryrefslogtreecommitdiff
path: root/changes/bug14041
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug14041')
-rw-r--r--changes/bug140415
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14041 b/changes/bug14041
new file mode 100644
index 0000000000..d3d6538483
--- /dev/null
+++ b/changes/bug14041
@@ -0,0 +1,5 @@
+ o Minor features (security):
+ - Clear all memory targetted by tor_addr_{to,from}_sockaddr(),
+ not just the part that's used. This makes it harder for data leak
+ bugs to occur in the event of other programming failures.
+ Resolves ticket 14041.