mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 05:50:39 -05:00
'isc_commandline_index' is a global variable so it can theoretically change result between if expressions. Save 'argv[isc_commandline_index]' to local variable 'arg1' and use 'arg1 == NULL' in if expressions instead of 'argc < isc_commandline_index + 1'. This allows clang to correctly determine what code is reachable. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| pkcs11 | ||
| plugins | ||
| python | ||
| rndc | ||
| tests | ||
| tools | ||
| win32/BINDInstall | ||
| Makefile.in | ||