mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
f7222e6d8c
When we added single_conn_free_bytes(), we cleared the outbuf on a connection without setting outbuf_flushlen() to 0. This could cause an assertion failure later on in flush_buf(). Fixes bug 23690; bugfix on 0.2.6.1-alpha.
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
o Major bugfixes (relay, crash, assertion failure):
|
|
- Fix a timing-based assertion failure that could occur when the
|
|
circuit out-of-memory handler freed a connection's output buffer.
|
|
Fixes bug 23690; bugfix on 0.2.6.1-alpha.
|
|
|