mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 03:12:16 -04:00
10067 cleanup: CID 1452683 (#1 of 1): Dereference before null check (REVERSE_INULL) check_after_deref: Null-checking dispatch suggests that it may be null, but it has already been dereferenced on all paths leading to the check. 10068 if (dispatch != NULL) 10069 isc_mem_put(server->mctx, dispatch, sizeof(*dispatch)); |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| pkcs11 | ||
| plugins | ||
| python | ||
| rndc | ||
| tests | ||
| tools | ||
| win32/BINDInstall | ||
| Makefile.in | ||