]> git.ipfire.org Git - thirdparty/bind9.git/commit
Silence GCC 12 NULL pointer dereference warnings
authorMark Andrews <marka@isc.org>
Wed, 8 Mar 2023 05:53:37 +0000 (16:53 +1100)
committerMark Andrews <marka@isc.org>
Wed, 8 Mar 2023 22:14:59 +0000 (22:14 +0000)
commit2b18f6699b6cdbf0772fa0c7caf4bc78d8458f71
tree4dee7e68b79332cb8ea2f2e535e2b6f1e7a52329
parent07bf33217002bffe09913ea3f1e6cbc1978eaf7b
Silence GCC 12 NULL pointer dereference warnings

When isccc_cc_lookupstring returns ISC_R_SUCCESS the returned pointer
is non NULL.  Add INSISTS do that GCC 12 can determine this.
lib/isccc/cc.c