Files
bind9/bin/dnssec
Mark AndrewsandEvan Hunt 1b27ab8642 silence clang warning by using local variable.
'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.
2019-10-03 15:02:59 -07:00
..
2017-10-05 01:04:18 -07:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-08-12 14:08:12 +00:00
2019-08-12 14:08:12 +00:00
2019-02-06 22:13:05 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-07-10 14:59:47 +00:00
2019-07-10 14:59:47 +00:00
2019-02-06 22:13:05 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-08-12 14:08:12 +00:00
2019-08-12 14:08:12 +00:00
2019-08-12 14:08:12 +00:00
2019-08-12 14:08:12 +00:00