summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-11-05 00:39:27 +0000
committerdd <dd@FreeBSD.org>2001-11-05 00:39:27 +0000
commita52b2530e81447a1c9060a950757d3cd66f44516 (patch)
tree8ffec51320ded0b8ef50fb6d8697e2dde426ac86 /lib/libc/stdlib
parent8112fe7f71a09a2082589a8976bebf9f7a6700b6 (diff)
downloadFreeBSD-src-a52b2530e81447a1c9060a950757d3cd66f44516.zip
FreeBSD-src-a52b2530e81447a1c9060a950757d3cd66f44516.tar.gz
malloc and calloc do not free memory.
PR: 31365 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
Diffstat (limited to 'lib/libc/stdlib')
-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 7457670..a8690c7 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.
OpenPOWER on IntegriCloud