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.
This commit is contained in:
teor
2017-03-02 09:49:35 +11:00
parent 75492598b2
commit 4b5cdb2c30
2 changed files with 13 additions and 3 deletions
+4
View File
@@ -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.