diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-22 09:45:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-22 09:45:26 -0500 |
commit | 878a684386cd4f7570bbc221fdfccdf005611c34 (patch) | |
tree | 96510e4afb077e1f19b41736c3c836182a83c308 /changes | |
parent | 8cdeaedf86fe802f5a6f590da61e8100683fed57 (diff) | |
parent | e5e50d86ca4d4cf7ec3f78dbaa989fb4b6063f25 (diff) | |
download | tor-878a684386cd4f7570bbc221fdfccdf005611c34.tar.gz tor-878a684386cd4f7570bbc221fdfccdf005611c34.zip |
Merge remote-tracking branch 'public/bug4697'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4697 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4697 b/changes/bug4697 new file mode 100644 index 0000000000..c3c940d874 --- /dev/null +++ b/changes/bug4697 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix an assertion failure when, while running with bufferevents, a + connection finishes connecting after it is marked for close, but + before it is closed. Fix for bug 4697; Bugfix on 0.2.3.1-alpha. + |