Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-27 | avoid 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. |