bind9/lib
Mark Andrews 1b1a94ea6d 'noqname' must be non NULL, remove test.
6367cleanup:
6368        dns_rdataset_disassociate(&neg);
6369        dns_rdataset_disassociate(&negsig);

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

6370        if (noqname != NULL)
6371                free_noqname(mctx, &noqname);
2020-02-05 18:37:17 +11:00
..
bind9 prep 9.15.8 2020-01-16 08:01:20 +00:00
dns 'noqname' must be non NULL, remove test. 2020-02-05 18:37:17 +11:00
irs Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
isc break was on wrong line. 2020-02-05 18:37:17 +11:00
isccc Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
isccfg prep 9.15.7 2019-12-12 23:59:39 +00:00
ns Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
samples Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
win32/bindevt Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00