From: Nick Mathewson Date: Fri, 12 Nov 2010 18:03:18 +0000 (-0500) Subject: Add changes file for bug1125 X-Git-Tag: tor-0.2.2.18-alpha~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a7614c670cd31b76df1ddc8872e7050faf61355;p=thirdparty%2Ftor.git Add changes file for bug1125 --- diff --git a/changes/bug1125 b/changes/bug1125 new file mode 100644 index 0000000000..1331246a14 --- /dev/null +++ b/changes/bug1125 @@ -0,0 +1,8 @@ + o Major bugfixes + - Do not log messages to the controller while shrinking buffer + freelists. Doing so would sometimes make the controller + connection try to allocate a buffer chunk, which would mess + up the internals of the freelist and cause an assertion + failure. Fixes bug 1125; fixed by Robert Ransom. Bugfix on + Tor 0.2.0.16-alpha. +