bind9/bin
Mark Andrews 8c5539e905 Remove 'inst != NULL' from cleanup check in plugin_register
'inst' is guarenteed to be non NULL at this point.

    358        *instp = inst;
    359
    360cleanup:

    CID 281450 (#2 of 2): Dereference before null check (REVERSE_INULL)
    check_after_deref: Null-checking inst suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
    361        if (result != ISC_R_SUCCESS && inst != NULL) {
    362                plugin_destroy((void **)&inst);
    363        }
    364
    365        return (result);
2023-04-04 23:51:22 +00:00
..
check Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
dig Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
dnssec Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
named Determine checkds default from config 2023-04-03 14:01:22 +00:00
nsupdate nsupdate: set network manager default timeout values 2023-04-03 15:21:43 +00:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc Make it obvious -roll number is optional 2023-04-03 14:42:56 +00:00
tests Bump the requirement in the shutdown test to dnspython 2.0.0 2023-04-04 21:31:58 +02:00
tools Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00