Files
tor/changes
Nick Mathewson 373a1bc40e Impose maximum sizes on parsed objects
An object, you'll recall, is something between -----BEGIN----- and
-----END----- tags in a directory document.  Some of our code, as
doorss has noted in bug 2352, could assert if one of these ever
overflowed SIZE_T_CEILING but not INT_MAX.  As a solution, I'm setting
a maximum size on a single object such that neither of these limits
will ever be hit.  I'm also fixing the INT_MAX checks, just to be sure.
2011-01-10 12:12:11 -05:00
..
2010-11-12 12:59:42 -05:00
2011-01-10 12:12:11 -05:00
2010-05-06 07:15:22 -04:00
2010-12-15 22:35:07 -05:00