aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-07 11:00:21 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-07 11:00:21 -0400
commit57822cbbbe85410785716fa62667b674b35602df (patch)
tree7b51de7517525d01e304cb762cbab1a26a12e1a9 /changes
parentf883ec09b5b2f48cd4186658e0b92f1511358f21 (diff)
downloadtor-57822cbbbe85410785716fa62667b674b35602df.tar.gz
tor-57822cbbbe85410785716fa62667b674b35602df.zip
Avoid double-free in bufferevent read/write cbs
Fixes bug 3404; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug34043
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug3404 b/changes/bug3404
new file mode 100644
index 0000000000..4e2e21bc02
--- /dev/null
+++ b/changes/bug3404
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Fix a class of double-mark-for-close bugs when bufferevents
+ are enabled. Fixes bug 3404; bugfix on 0.2.3.1-alpha.