Luke Small <[email protected]> wrote: > if calloc() and recallocarray() needs nmemb and size, why doesn't > freezero()? > > Should there be a freeczero(size_t nmemb, size_t size) ?
Performing the nmemb*size overflow detection a second time provides no benefit.
