bind9/bin
Mark Andrews 60630fe3aa Silence CID 464884 (REVERSE_INULL)
*** CID 464884:  Null pointer dereferences  (REVERSE_INULL)
    /bin/tests/system/dyndb/driver/db.c: 644 in create_db()
    638
    639     	*dbp = (dns_db_t *)sampledb;
    640
    641     	return (ISC_R_SUCCESS);
    642
    643     cleanup:
       CID 464884:  Null pointer dereferences  (REVERSE_INULL)
       Null-checking "sampledb" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
    644     	if (sampledb != NULL) {
    645     		if (dns_name_dynamic(&sampledb->common.origin)) {
    646     			dns_name_free(&sampledb->common.origin, mctx);
    647     		}
    648
    649     		isc_mem_putanddetach(&sampledb->common.mctx, sampledb,
2023-08-29 23:45:12 +00:00
..
check Refactor dns_zone_create() to return void 2023-07-27 11:37:44 +02:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
dig Apply the SET_IF_NOT_NULL() semantic patch 2023-08-15 12:21:41 +02:00
dnssec Fix the style of an array de-allocation in dnssec-cds 2023-08-23 14:49:15 +02:00
named Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
nsupdate Don't do DoT SOA requests for default servers 2023-08-23 09:56:38 +02:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc Remove remaining auto-dnssec bits 2023-07-20 11:04:24 +02:00
tests Silence CID 464884 (REVERSE_INULL) 2023-08-29 23:45:12 +00:00
tools Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00