fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into
authordjm <djm@openbsd.org>
Sat, 23 Aug 2008 06:15:16 +0000 (06:15 +0000)
committerdjm <djm@openbsd.org>
Sat, 23 Aug 2008 06:15:16 +0000 (06:15 +0000)
commit8c550973a391222e4c46caf456621288811d4971
tree1df7d44afb8519d258d42e3917c07964e13b8ecc
parentc312416204eb5f280bcc89f4849b6dd30d842e7f
fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into
the freshly mmaped pages disrupting their pure zeroness;
ok otto@ deraadt@
lib/libc/stdlib/malloc.c