]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Make xmalloc diagnostic suppression conditional
authorRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 22:25:11 +0000 (14:25 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 22:25:11 +0000 (14:25 -0800)
It looks like -Wuse-after-free was added in GCC 12, although it
doesn't appear in the changes. Make suppressing diagnostics about
it in util/xmalloc.c conditional on that version to avoid problems
on GitHub CI with an older GCC version.


No differences found