aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9602
diff options
context:
space:
mode:
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.