bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27797] [size] attempting double-free on bfd/mach-o.c:5978


From: mark at klomp dot org
Subject: [Bug binutils/27797] [size] attempting double-free on bfd/mach-o.c:5978
Date: Fri, 30 Apr 2021 15:45:05 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27797

--- Comment #7 from Mark Wielaard <mark at klomp dot org> ---
realloc with size zero is super confusing, so much so that C11 deprecated the
use of calling realloc with size zero:
http://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]