From: Nick Mathewson Date: Wed, 7 Dec 2016 15:51:39 +0000 (-0500) Subject: Forgot to add changes file for 20710. X-Git-Tag: tor-0.2.9.7-rc~18^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=045a50e45a74b9e403a320e4d3590a8eb0793d09;p=thirdparty%2Ftor.git Forgot to add changes file for 20710. --- 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".