bind9/lib
Mark Andrews e8bf82efc6 Silence unchecked return of dns_db_find()
190        dns_rdataset_init(&rdataset);
   	3. Condition r == 0, taking true branch.
   	4. Condition result, taking false branch.

	CID 1452691 (#1 of 1): Unchecked return value (CHECKED_RETURN)
	5. check_return: Calling dns_db_find without checking return
	value (as is done elsewhere 39 out of 45 times).

191        check_assertion(dns_db_find(db1, dns_rootname, v2,
192                                    dns_rdatatype_soa, 0, 0, NULL,
193                                    name, &rdataset, NULL));
2020-02-07 08:56:52 +00:00
..
bind9 prep 9.15.8 2020-01-16 08:01:20 +00:00
dns Silence unchecked return of dns_db_find() 2020-02-07 08:56:52 +00:00
irs Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
isc Windows: Prevent tools from clashing with named in system tests 2020-02-05 10:03:09 +00: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