bind9/contrib/dlz/drivers
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/dlz correctly split query string; cleanups 2019-01-09 19:57:46 +11:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
dlz_bdb_driver.c Remove blocks checking whether isc_mem_get() failed using the coccinelle 2019-07-23 15:32:35 -04:00
dlz_bdbhpt_driver.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
dlz_dlopen_driver.c 3066. [func] The DLZ "dlopen" driver is now built by default, 2011-03-10 04:36:16 +00:00
dlz_drivers.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
dlz_filesystem_driver.c further cleanup 2019-07-23 15:32:36 -04:00
dlz_ldap_driver.c Use coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04:00
dlz_mysql_driver.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
dlz_odbc_driver.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
dlz_postgres_driver.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
dlz_stub_driver.c Use coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04:00
rules.in Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
sdlz_helper.c Use coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04:00