diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-07 10:52:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-07 10:52:12 -0500 |
commit | d6ca36defa25e0d77718731924195cc244a18b11 (patch) | |
tree | e21612be111aeba9c589857f881e4ccb8bbcfdf4 /changes | |
parent | 30f05167f1b1dd26427a80db6494842f40049cb7 (diff) | |
parent | 045a50e45a74b9e403a320e4d3590a8eb0793d09 (diff) | |
download | tor-d6ca36defa25e0d77718731924195cc244a18b11.tar.gz tor-d6ca36defa25e0d77718731924195cc244a18b11.zip |
Merge branch 'bug20710_025' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20710_025 | 4 |
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". |