bind9/bin/tests/system/hooks
Mark Andrews 5fb168fab3 Silence CID 281450: Dereference before null check
remove redundant 'inst != NULL' test

    162cleanup:

    CID 281450 (#1 of 1): 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.
    163        if (result != ISC_R_SUCCESS && inst != NULL) {
    164                plugin_destroy((void **)&inst);
    165        }
2021-02-23 11:58:40 +00:00
..
driver Silence CID 281450: Dereference before null check 2021-02-23 11:58:40 +00:00
ns1 create system test with asynchronous plugin 2020-11-24 15:11:39 -08:00
clean.sh create system test with asynchronous plugin 2020-11-24 15:11:39 -08:00
setup.sh create system test with asynchronous plugin 2020-11-24 15:11:39 -08:00
tests.sh create system test with asynchronous plugin 2020-11-24 15:11:39 -08:00