summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-07 10:51:39 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-07 10:51:39 -0500
commit045a50e45a74b9e403a320e4d3590a8eb0793d09 (patch)
tree27e5dfcabc494ba57e6dad68f6c13e00c56dfe93
parent6a069959c6afac90231def95712b08b887735192 (diff)
downloadtor-045a50e45a74b9e403a320e4d3590a8eb0793d09.tar.gz
tor-045a50e45a74b9e403a320e4d3590a8eb0793d09.zip
Forgot to add changes file for 20710.
-rw-r--r--changes/bug20710_0254
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20710_025 b/changes/bug20710_025
new file mode 100644
index 0000000000..12bd07536c
--- /dev/null
+++ b/changes/bug20710_025
@@ -0,0 +1,4 @@
+ o Minor bugfixes (memory leak, use-after-free, linux seccomp2 sandbox):
+ - Fix a memory leak and use-after-free error when removing entries
+ from the sandbox's getaddrinfo() cache. Fixes bug 20710; bugfix on
+ 0.2.5.5-alpha. Patch from "cypherpunks".