Pawel Jakub Dawidek 847a2a1716 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
2006-01-31 11:09:21 +00:00
..
2005-10-04 14:37:53 +00:00
2005-07-15 11:45:30 +00:00
2005-12-12 01:14:59 +00:00