Open GoogleCodeExporter opened 9 years ago
It is because the stub kern_malloc() does not respect M_ZERO.
Modifying it to use calloc(sz, 1) instead of malloc() fixes the memory
corruption here.
Original comment by neno...@tortois.es
on 27 Aug 2014 at 5:28
Original issue reported on code.google.com by
azamat.u...@gmail.com
on 19 Feb 2014 at 8:50