jasone 2007-06-15 22:00:16 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Fix junk/zero filling for realloc(). Junk filling was missing in one case,
and zero filling was broken in a way that could cause memory corruption.
Update comments.
Revision Changes Path
1.147 +48 -36 src/lib/libc/stdlib/malloc.c