mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
o Bugfixes:
|
|
- If write_to_buf() in connection_write_to_buf_impl_() ever fails,
|
|
check if it's an or_connection_t and correctly call
|
|
connection_or_close_for_error() rather than connection_mark_for_close()
|
|
directly. Fixes bug #11304.
|