diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-07 10:38:00 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-07 10:38:00 -0500 |
commit | a7e946596d6da9aca80456141b7fddbc198c217c (patch) | |
tree | aecbbc0b065d33d2bbf1c0a26b06212cc6afc062 | |
parent | 707c1e2e263fd34f70a5f780e77820d667ba2931 (diff) | |
download | tor-a7e946596d6da9aca80456141b7fddbc198c217c.tar tor-a7e946596d6da9aca80456141b7fddbc198c217c.tar.gz |
Attribute bug 9602 to a version.
-rw-r--r-- | changes/bug9602 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug9602 b/changes/bug9602 index 9e9a3caaa..2dc13c4c0 100644 --- a/changes/bug9602 +++ b/changes/bug9602 @@ -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. |