Check size against SIZE_T_CEILING in realloc too.
[tor/rransom.git] / changes / bug2324
blobeefc8370ef4a450f277775bfb82fe154cd2924b8
1   o Minor bugfixes
2     - Add a check for SIZE_T_MAX to tor_realloc to try to avoid
3       underflow errors there too.  Fixes bug 2324.