summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-12 12:59:42 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-12 12:59:42 -0500
commit566a115be1acbd0838c81edd251cf7ae47b94fe3 (patch)
treee44d01bb495f7f2bcdff2ce3e100d62849c8d9d3
parenta421e284d068955783fa30d6b7088d605b440ffd (diff)
downloadtor-566a115be1acbd0838c81edd251cf7ae47b94fe3.tar.gz
tor-566a115be1acbd0838c81edd251cf7ae47b94fe3.zip
Add changes file for bug1125
-rw-r--r--changes/bug11258
1 files changed, 8 insertions, 0 deletions
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.
+