Suggested-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
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.