Files
bind9/lib/dns
Mark Andrews fccf65a585 'dctx' must be non NULL, remove test.
1549 cleanup:
1550        if (dctx->dbiter != NULL)
1551                dns_dbiterator_destroy(&dctx->dbiter);
1552        if (dctx->db != NULL)
1553                dns_db_detach(&dctx->db);

	CID 1452686 (#1 of 1): Dereference before null check (REVERSE_INULL)
	check_after_deref: Null-checking dctx suggests that it may
	be null, but it has already been dereferenced on all paths
	leading to the check.

1554        if (dctx != NULL)
1555                isc_mem_put(mctx, dctx, sizeof(*dctx));
2020-02-05 18:37:17 +11:00
..
2020-01-16 08:01:20 +00:00
2019-12-23 07:47:36 +11:00
2020-01-13 14:32:19 +01:00
2020-02-05 18:37:17 +11:00
2019-12-09 07:25:20 +00:00
2019-11-06 22:36:21 +01:00
2019-09-12 17:59:28 +10:00
2019-11-06 22:36:21 +01:00
2020-02-05 18:37:17 +11:00
2020-02-04 11:09:22 +01:00