mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e1c6431e42
The old behavior was susceptible to the compiler optimizing out our assertion check, *and* could still overflow size_t on 32-bit systems even when it did work.
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
o Minor bugfixes:
|
|
- Resolve an integer overflow bug in smartlist_ensure_capacity.
|
|
Fixes bug 4230; bugfix on Tor 0.1.0.1-rc. Based on a patch by
|
|
Mansour Moufid.
|
|
|