[uClibc-cvs] cvs commit to uClibc/libc/stdlib/malloc by andersen

andersen at codepoet.org andersen at codepoet.org
Tue Aug 6 03:28:45 UTC 2002


Repository: uClibc/libc/stdlib/malloc
who:        andersen
time:       Mon Aug  5 21:28:45 MDT 2002


Log Message:

Unify calloc (its the same thing regardless of the underlying
malloc implementation).  Fix problem reported to bugtraq about
problems with integer overflow that can occur during the
computation of the memory region size by calloc (and similar
functions) which could result in a subsequent buffer overflow.
 -Erik


Files:

changed:    Makefile

removed:    calloc.c




More information about the uClibc-cvs mailing list