]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 30629
authorNick Mathewson <nickm@torproject.org>
Thu, 30 May 2019 16:58:12 +0000 (12:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 May 2019 16:58:12 +0000 (12:58 -0400)
changes/bug30629 [new file with mode: 0644]

diff --git a/changes/bug30629 b/changes/bug30629
new file mode 100644 (file)
index 0000000..59fa96e
--- /dev/null
@@ -0,0 +1,6 @@
+  o Minor bugfixes (shutdown, libevent, memory safety):
+    - Avoid use-after-free bugs when shutting down, by making sure that we
+      shut down libevent only after shutting down all of its users. We
+      believe these are harmless in practice, since they only occur on the
+      shutdown path, and do not involve any attacker-controlled data. Fixes
+      bug 30629; bugfix on 0.4.1.1-alpha.