- GCC 12 & 13 generate -Wuse-after-free when using realloc() properly. The GCC
people love this shit and ignore the specs. Clang 16 and 17 are sane. So are Visual Studio 2015, 2019 and 2022. I will not go along: added -Wno-use-after-free.
Authored by: dbjh 2024-01-10
Parent: [r2916]
Child: [r2918]