-
Jonathan Neuschäfer authored
size_t is unsigned most of the time, so we can't really use it to check for negative values. Also handle strtol overflow.
d22df291
size_t is unsigned most of the time, so we can't really use it to check for negative values. Also handle strtol overflow.