------- Comment #11 from schwab at suse dot de 2007-03-23 15:09 ------- "The calloc function allocates space for an array of nmemb objects, each of whose size is size." There is no mentioning of overflow, but the allocated space must surely be big enough to hold the array, and calloc shall fail if it cannot fulfill the request.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19351