mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
841cff6e4f
Code adapted from Rob's proposed patch in #30344. Also add a comment in connection_mark_for_close_internal_() on why we should not be adding extra code there without a very good reason.
5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
o Minor bugfixes (connection):
|
|
- Avoid reading data from closed connections, which can cause needless
|
|
loops in libevent and infinite loops in Shadow. Fixes bug 30344; bugfix
|
|
on 0.1.1.1-alpha.
|