From: Alejandro Colomar Date: Sun, 31 Aug 2025 12:07:03 +0000 (+0200) Subject: man/man3/malloc.3: STANDARDS: wfix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=487f41c27b9dbc65be0a87a6d1aa31d564bee797;p=thirdparty%2Fman-pages.git man/man3/malloc.3: STANDARDS: wfix Suggested-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/malloc.3 b/man/man3/malloc.3 index 3df08941f..eb7b1b09f 100644 --- a/man/man3/malloc.3 +++ b/man/man3/malloc.3 @@ -272,8 +272,8 @@ impossible to write code that reliably determines if the input pointer is freed after .IR realloc(p,\~0) , and C23 changed it again to make this undefined behavior, -acknowledging that the C17 specification was broad enough that -undefined behavior wasn't worse than that. +acknowledging that the C17 specification was broad enough, +so that undefined behavior wasn't worse than that. .P .BR reallocarray () suffers the same issues in glibc.