mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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.
3 lines
150 B
Text
3 lines
150 B
Text
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.
|