bind9/lib/isccfg
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
..
include update docbook grammar, removing dnssec-looksaide 2019-08-09 09:18:46 -07:00
tests Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
win32 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
aclconf.c Use coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04:00
api prep 9.15.3 2019-08-12 13:59:41 +00:00
dnsconf.c Mark some managed-keys instances deprecated 2019-07-01 10:31:33 +02:00
Kyuafile regen master 2017-12-29 01:44:18 +00:00
log.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
namedconf.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
parser.c address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
version.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00