Another attempt at resolving CID 1305629. The test of cmd == -1
may make Coverity think that other negative values of cmd (used
as an index) are possible. Testing < 0 is a more common idiom
in any case.
Reported by: Coverity
CID: 1305629
Another attempt at resolving CID 1305629. The test of cmd == -1 Tags None Referenced Files None Subscribers None
Description
Details
|