From: Nick Mathewson Date: Thu, 30 May 2019 16:58:12 +0000 (-0400) Subject: changes file for 30629 X-Git-Tag: tor-0.4.1.2-alpha~22^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f3430fc28be9ac16909fd02e0d48aad4ccc128e;p=thirdparty%2Ftor.git changes file for 30629 --- diff --git a/changes/bug30629 b/changes/bug30629 new file mode 100644 index 0000000000..59fa96ee68 --- /dev/null +++ b/changes/bug30629 @@ -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.