diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-11-05 00:39:27 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-11-05 00:39:27 +0000 |
| commit | 8b642e3004940e064292414674c32f37cb015b87 (patch) | |
| tree | 8ffec51320ded0b8ef50fb6d8697e2dde426ac86 /lib | |
| parent | daa67917a6adbbdcdb134099e407f38bfcbc5477 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 5 |
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. |
