Page MenuHomeFreeBSD

fstyp: fix Coverity issues in hammer support
ClosedPublic

Authored by vangyzen on Jan 13 2020, 9:21 PM.
Tags
None
Referenced Files
F166283048: D23159.diff
Wed, Aug 12, 4:42 PM
F166275923: D23159.id66706.diff
Wed, Aug 12, 4:05 PM
F166168067: D23159.id66706.diff
Wed, Aug 12, 1:21 AM
Unknown Object (File)
Sun, Aug 9, 10:14 AM
Unknown Object (File)
Sun, Aug 9, 9:58 AM
Unknown Object (File)
Sun, Aug 9, 9:51 AM
Unknown Object (File)
Sat, Aug 8, 10:12 PM
Unknown Object (File)
Sun, Jul 26, 5:31 AM
Subscribers

Details

Summary

Use strlcpy to guarantee NUL termination. Due to this, there is
no need for strncmp; simply use strcmp.

CID: 1412242

best_i will always be >= 0, so remove code to test otherwise.

CID: 1412244

Test Plan

Untested.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable