diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-12 13:03:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-12 13:03:18 -0500 |
commit | 3a7614c670cd31b76df1ddc8872e7050faf61355 (patch) | |
tree | d135ababede8a4b329b4f98cb7842847699bcbc1 /changes/bug1125 | |
parent | 22318e952eb9e3fb7c5e1945ed4601ee63a6c464 (diff) | |
download | tor-3a7614c670cd31b76df1ddc8872e7050faf61355.tar.gz tor-3a7614c670cd31b76df1ddc8872e7050faf61355.zip |
Add changes file for bug1125
Diffstat (limited to 'changes/bug1125')
-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 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. + |