Attribute bug 9602 to a version.

This commit is contained in:
Nick Mathewson 2014-02-07 10:38:00 -05:00
parent 707c1e2e26
commit a7e946596d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
o Bugfixes
- Null out orconn->chan->conn when closing orconn in case orconn is freed
before channel_run_cleanup() gets to orconn->chan, and handle the null
conn edge case correctly in channel_tls_t methods. Fixes bug #9602.
conn edge case correctly in channel_tls_t methods. Fixes bug #9602;
bugfix on 0.2.4.4-alpha.