aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-03-02 09:49:35 +1100
committerteor <teor2345@gmail.com>2017-03-02 11:10:30 +1100
commit4b5cdb2c3060eefcc616764845a4ed7c002117b7 (patch)
treee39ea4d03e2569e3d7d4bb91d64284f0c3a71976 /changes
parent75492598b2fa595c25c41212d3b2714e59efdcc2 (diff)
downloadtor-4b5cdb2c3060eefcc616764845a4ed7c002117b7.tar.gz
tor-4b5cdb2c3060eefcc616764845a4ed7c002117b7.zip
Fix a crash when a connection tries to open just after it has been unlinked
Fixes bug 21576; bugfix on Tor 0.2.9.3-alpha. Reported by alecmuffett.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug215764
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21576 b/changes/bug21576
new file mode 100644
index 0000000000..68d8471192
--- /dev/null
+++ b/changes/bug21576
@@ -0,0 +1,4 @@
+ o Major bugfixes (crash, directory connections):
+ - Fix a rare crash when sending a begin cell on a circuit whose linked
+ directory connection has already been closed. Fixes bug 21576;
+ bugfix on Tor 0.2.9.3-alpha. Reported by alecmuffett.