Mark usage() as __dead2 so that Coverity doesn't think that execution
continues after the call and uses a negative array subscript. Reported by: Coverity CID: 1305629
This commit is contained in:
parent
a5f637460b
commit
e402dde82d
@ -133,7 +133,7 @@ static char const *cmd_sysctl_name[] = {
|
||||
IBE_SYSCTL_NAME_LIST
|
||||
};
|
||||
|
||||
static void
|
||||
static void __dead2
|
||||
usage(const char *format, ...)
|
||||
{
|
||||
va_list args;
|
||||
|
Loading…
Reference in New Issue
Block a user