aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-01-31 11:09:21 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-01-31 11:09:21 +0000
commit847a2a17167996abbc61d81db3de86b92cab3fde (patch)
tree5578d06f9b3e97650d2847a2198d21f29bb26546 /share/man/man9/Makefile
parentf0107b2c5d12b257e36dc13cf6acb11dc925dceb (diff)
downloadsrc-847a2a17167996abbc61d81db3de86b92cab3fde.tar.gz
src-847a2a17167996abbc61d81db3de86b92cab3fde.zip
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
Notes
Notes: svn path=/head/; revision=155086
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 63eb6fccf06e..3ecff81031ee 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -188,6 +188,7 @@ MAN= accept_filter.9 \
psignal.9 \
random.9 \
random_harvest.9 \
+ redzone.9 \
resettodr.9 \
resource_int_value.9 \
rijndael.9 \