From 566a115be1acbd0838c81edd251cf7ae47b94fe3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 12 Nov 2010 12:59:42 -0500 Subject: Add changes file for bug1125 --- changes/bug1125 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/bug1125 (limited to 'changes') 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. + -- cgit v1.2.3-54-g00ecf