bind9/lib
Ondřej Surý 77fe5da647 Add RUNTIME_CHECK() around result = dns_name_copy(..., NULL) calls
This second commit uses second semantic patch to replace the calls to
dns_name_copy() with NULL as third argument where the result was stored in a
isc_result_t variable.  As the dns_name_copy(..., NULL) cannot fail gracefully
when the third argument is NULL, it was just a bunch of dead code.

Couple of manual tweaks (removing dead labels and unused variables) were
manually applied on top of the semantic patch.

(cherry picked from commit 89b269b0d2)
2019-10-04 14:08:25 +10:00
..
bind9 Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
dns Add RUNTIME_CHECK() around result = dns_name_copy(..., NULL) calls 2019-10-04 14:08:25 +10:00
irs Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
isc Address cppcheck reports 2019-10-04 13:06:00 +10:00
isccc Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
isccfg lib/isccfg/parser.c: Fix invalid order of DbC checks that could cause dereference before NULL check 2019-10-03 09:50:27 +02:00
ns Add RUNTIME_CHECK() around result = dns_name_copy(..., NULL) calls 2019-10-04 14:08:25 +10:00
samples Add RUNTIME_CHECK() around plain dns_name_copy(..., NULL) calls using spatch 2019-10-04 14:08:25 +10:00
win32/bindevt Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +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