HomeFreeBSD

Mark usage() as __dead2 so that Coverity doesn't think that execution

Description

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

Details

Provenance
truckmanAuthored on
Parents
rS299583: Avoid indexing an array with a negative value.
Branches
Unknown
Tags
Unknown