commit 045a50e45a74b9e403a320e4d3590a8eb0793d09 Author: Nick Mathewson nickm@torproject.org Date: Wed Dec 7 10:51:39 2016 -0500
Forgot to add changes file for 20710. --- changes/bug20710_025 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/bug20710_025 b/changes/bug20710_025 new file mode 100644 index 0000000..12bd075 --- /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".