Forgot to add changes file for 20710.

This commit is contained in:
Nick Mathewson 2016-12-07 10:51:39 -05:00
parent 6a069959c6
commit 045a50e45a
1 changed files with 4 additions and 0 deletions

4
changes/bug20710_025 Normal file
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".