]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug1125
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Nov 2010 18:03:18 +0000 (13:03 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Nov 2010 18:03:18 +0000 (13:03 -0500)
changes/bug1125 [new file with mode: 0644]

diff --git a/changes/bug1125 b/changes/bug1125
new file mode 100644 (file)
index 0000000..1331246
--- /dev/null
@@ -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.
+