Merge branch 'maint-0.2.9'

This commit is contained in:
Nick Mathewson
2016-12-07 10:52:28 -05:00
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -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".