mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
fd3e0c1542
If the buf_t's length could potentially become greater than INT_MAX - 1, it sets off an IF_BUG_ONCE in buf_read_from_tls(). All of the rest of the buffers.c code has similar BUG/asserts for this invariant.
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
o Minor bugfixes (mainloop):
|
|
- Better guard against growing a buffer past its maximum 2GB in size.
|
|
Fixes bug 33131; bugfix on 0.3.0.4-rc.
|