Page MenuHomeFreeBSD

fstyp: fix Coverity issues in hammer support
ClosedPublic

Authored by vangyzen on Jan 13 2020, 9:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 5:02 PM
Unknown Object (File)
Tue, Oct 28, 5:04 PM
Unknown Object (File)
Tue, Oct 28, 5:03 PM
Unknown Object (File)
Tue, Oct 28, 5:03 PM
Unknown Object (File)
Tue, Oct 28, 11:31 AM
Unknown Object (File)
Mon, Oct 27, 7:26 PM
Unknown Object (File)
Sat, Oct 25, 2:17 AM
Unknown Object (File)
Fri, Oct 24, 8:49 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