bind9/bin
Ondřej Surý 288f5a4b52 Various little fixes found by coccinelle
The coccinellery repository provides many little semantic patches to fix common
problems in the code.  The number of semantic patches in the coccinellery
repository is high and most of the semantic patches apply only for Linux, so it
doesn't make sense to run them on regular basis as the processing takes a lot of
time.

The list of issue found in BIND 9, by no means complete, includes:

- double assignment to a variable
- `continue` at the end of the loop
- double checks for `NULL`
- useless checks for `NULL` (cannot be `NULL`, because of earlier return)
- using `0` instead of `NULL`
- useless extra condition (`if (foo) return; if (!foo) { ...; }`)
- removing & in front of static functions passed as arguments
2019-10-01 16:48:55 +02:00
..
check Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
confgen Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
delv Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
dig Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
dnssec Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
named Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
nsupdate Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
pkcs11 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
python prep 9.15.3 2019-08-12 14:08:12 +00:00
rndc Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
tests Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
tools Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
win32/BINDInstall Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00