Prechádzať zdrojové kódy

Forgot to add changes file for 20710.

Nick Mathewson 7 rokov pred
rodič
commit
045a50e45a
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      changes/bug20710_025

+ 4 - 0
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".