]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/malloc.3: STANDARDS: wfix
authorAlejandro Colomar <alx@kernel.org>
Sun, 31 Aug 2025 12:07:03 +0000 (14:07 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 6 Sep 2025 20:22:21 +0000 (22:22 +0200)
Suggested-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/malloc.3

index 3df08941f76ce1293cdd5ac83953567491fc4a07..eb7b1b09fcce4a4fedeb05ee316d00f12bfb8b9d 100644 (file)
@@ -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.