From 7dc708646c8b645cc393dd1abe23fbb8a6bf7f98 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 27 Dec 2006 05:28:31 +0000 Subject: [PATCH] Small rewording to mention calloc(). --- man3/malloc.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man3/malloc.3 b/man3/malloc.3 index 65a97b7abe..9fd71caed9 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -142,9 +142,10 @@ a reason in .LP Crashes in .BR malloc (), -.BR free () +.BR calloc (), +.BR realloc (), or -.BR realloc () +.BR free () are almost always related to heap corruption, such as overflowing an allocated chunk or freeing the same pointer twice. .PP -- 2.47.2