summaryrefslogtreecommitdiff
path: root/changes/bug9602
blob: 9e9a3caaad7cf51aa75222e51a7dee93aabf2559 (plain)
1
2
3
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.