diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-12 12:59:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-12 12:59:42 -0500 |
commit | 566a115be1acbd0838c81edd251cf7ae47b94fe3 (patch) | |
tree | e44d01bb495f7f2bcdff2ce3e100d62849c8d9d3 /changes | |
parent | a421e284d068955783fa30d6b7088d605b440ffd (diff) | |
download | tor-566a115be1acbd0838c81edd251cf7ae47b94fe3.tar tor-566a115be1acbd0838c81edd251cf7ae47b94fe3.tar.gz |
Add changes file for bug1125
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1125 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug1125 b/changes/bug1125 new file mode 100644 index 000000000..1331246a1 --- /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. + |