]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Forgot to add changes file for 20710.
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Dec 2016 15:51:39 +0000 (10:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 Dec 2016 15:51:39 +0000 (10:51 -0500)
changes/bug20710_025 [new file with mode: 0644]

diff --git a/changes/bug20710_025 b/changes/bug20710_025
new file mode 100644 (file)
index 0000000..12bd075
--- /dev/null
@@ -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".