the freshly mmaped pages disrupting their pure zeroness;
ok otto@ deraadt@
-/* $OpenBSD: malloc.c,v 1.95 2008/08/22 21:25:10 otto Exp $ */
+/* $OpenBSD: malloc.c,v 1.96 2008/08/23 06:15:16 djm Exp $ */
/*
* Copyright (c) 2008 Otto Moerbeek <otto@drijf.net>
*
malloc_guarded += malloc_guard;
}
if (malloc_junk)
- memset(p, SOME_JUNK, psz - malloc_guard);
+ memset(p + sz, SOME_JUNK, psz - sz - malloc_guard);
/* shift towards the end */
if (malloc_move &&