aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4230
Commit message (Collapse)AuthorAge
* Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson2011-11-09
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.