From 07dba2a1e4f6fa3f562c68fc1b3ac9d3762b3c35 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Dec 2022 13:23:08 +0100 Subject: [PATCH] malloc.3: ffix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Helge Kreutzmann Cc: Mario Blättermann Signed-off-by: Alejandro Colomar --- man3/malloc.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man3/malloc.3 b/man3/malloc.3 index 6d698a8492..ed1c604f0a 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -339,7 +339,9 @@ handling, size-zero allocations, and overflow checking; otherwise, other library routines may crash or operate incorrectly. For example, if the replacement .IR free () -does not preserve errno, then seemingly unrelated library routines may +does not preserve +.IR errno , +then seemingly unrelated library routines may fail without having a valid reason in .IR errno . Private memory allocators may also need to replace other glibc functions; -- 2.47.2