summaryrefslogtreecommitdiffstats
path: root/sys/vm/redzone.c
Commit message (Collapse)AuthorAgeFilesLines
* Add buffer corruption protection (RedZone) for kernel's malloc(9).pjd2006-01-311-0/+181
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
OpenPOWER on IntegriCloud