K 10 svn:author V 8 cperciva K 8 svn:date V 27 2006-08-13T21:54:47.000000Z K 7 svn:log V 320 Correctly handle the case in calloc(num, size) where (size_t)(num * size) == 0 but both num and size are nonzero. Reported by: Ilja van Sprundel Approved by: jasone Security: Integer overflow; calloc was allocating 1 byte in response to a request for a multiple of 2^32 (or 2^64) bytes instead of returning NULL. END