mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
NULL out conns on tlschans when freeing in case channel_run_cleanup() is late; fixes bug 9602
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user