avoid integer overflow in and around smartlist_ensure_capacity.
[tor.git] / changes / bug18162
blob0844d6f62fb89ed9e129b26d8a20013f82d5b3c2
1   o Major bugfixes (security, pointers):
3     - Avoid a difficult-to-trigger heap corruption attack when extending
4       a smartlist to contain over 16GB of pointers. Fixes bug #18162;
5       bugfix on Tor 0.1.1.11-alpha, which fixed a related bug
6       incompletely. Reported by Guido Vranken.