mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
5 lines
239 B
Plaintext
5 lines
239 B
Plaintext
|
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.
|