bind9/contrib/dlz
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
..
bin Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
drivers Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
example Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
modules Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
config.dlz.in Integrate cmocka unit testing framework to kyua 2018-06-20 06:30:07 -04:00