aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9602
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2014-02-06 14:47:34 -0800
committerAndrea Shepard <andrea@torproject.org>2014-02-06 14:47:34 -0800
commit707c1e2e263fd34f70a5f780e77820d667ba2931 (patch)
tree8b6365594d3dd5171c6b435c37c13b8ffa485428 /changes/bug9602
parentb4e8d8dc0e6f942346895a5cff123db3aa1f94d5 (diff)
downloadtor-707c1e2e263fd34f70a5f780e77820d667ba2931.tar
tor-707c1e2e263fd34f70a5f780e77820d667ba2931.tar.gz
NULL out conns on tlschans when freeing in case channel_run_cleanup() is late; fixes bug 9602
Diffstat (limited to 'changes/bug9602')
-rw-r--r--changes/bug96024
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9602 b/changes/bug9602
new file mode 100644
index 000000000..9e9a3caaa
--- /dev/null
+++ b/changes/bug9602
@@ -0,0 +1,4 @@
+ 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.