aboutsummaryrefslogtreecommitdiff
path: root/changes/bug18162
AgeCommit message (Collapse)Author
2016-03-21Fix some warnings from lintchanges.Nick Mathewson
2016-01-27avoid integer overflow in and around smartlist_ensure_capacity.Nick Mathewson
This closes bug 18162; bugfix on a45b1315909c9, which fixed a related issue long ago. In addition to the #18162 issues, this fixes a signed integer overflow in smarltist_add_all(), which is probably not so great either.