aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-11-05 00:39:27 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-11-05 00:39:27 +0000
commit8b642e3004940e064292414674c32f37cb015b87 (patch)
tree8ffec51320ded0b8ef50fb6d8697e2dde426ac86 /lib
parentdaa67917a6adbbdcdb134099e407f38bfcbc5477 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/malloc.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 7457670c66c53..a8690c768c350 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -428,9 +428,10 @@ or
has been modified.
.It "pointer to wrong page"
The pointer that
-.Fn malloc
+.Fn free ,
+.Fn realloc ,
or
-.Fn calloc
+.Fn reallocf
is trying to free does not reference a possible page.
.It "recursive call"
A process has attempted to call an allocation function recursively.