aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9602
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug9602')
-rw-r--r--changes/bug96029
1 files changed, 4 insertions, 5 deletions
diff --git a/changes/bug9602 b/changes/bug9602
index 2dc13c4c0..86248ab4d 100644
--- a/changes/bug9602
+++ b/changes/bug9602
@@ -1,5 +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;
- bugfix on 0.2.4.4-alpha.
+ o Minor bugfixes:
+ - Avoid a segfault on SIGUSR1, where we had freed a connection but did
+ not entirely remove it from the connection lists. Fixes bug 9602;
+ bugfix on 0.2.4.4-alpha.