K 10 svn:author V 3 pjd K 8 svn:date V 27 2006-01-31T11:09:21.000000Z K 7 svn:log V 267 Add buffer corruption protection (RedZone) for kernel's malloc(9). It detects both: buffer underflows and buffer overflows bugs at runtime (on free(9) and realloc(9)) and prints backtraces from where memory was allocated and from where it was freed. Tested by: kris END