mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c4742b89b2
We found this in #40076, after we started using buf_move_all() in more places. Fixes bug #40076; bugfix on 0.3.3.1-alpha. As far as I know, the crash only affects master, but I think this warrants a backport, "just in case".
6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
o Minor bugfixes (correctness, buffers):
|
|
- Fix a correctness bug that could cause an assertion failure if we ever
|
|
tried using the buf_move_all() function with an empty input.
|
|
As far as we know, no released versions of Tor do this.
|
|
Fixes bug 40076; bugfix on 0.3.3.1-alpha.
|