diff options
author | ngie <ngie@FreeBSD.org> | 2016-12-03 16:52:40 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-12-03 16:52:40 +0000 |
commit | 7e1697c9902f5cbbfaf68ccd4c9423153c76f3b3 (patch) | |
tree | 33033fa29bdb67ff59acf6834b09db207202329f /contrib/diff/src/cmp.c | |
parent | f60eca04b095d5b8197f213dd199d2678846afe2 (diff) | |
download | FreeBSD-src-7e1697c9902f5cbbfaf68ccd4c9423153c76f3b3.zip FreeBSD-src-7e1697c9902f5cbbfaf68ccd4c9423153c76f3b3.tar.gz |
MFC r299704:
r299704 (by vangyzen):
iconvctl(3): remove superfluous NULL pointer tests
convname and dst are guaranteed to be non-NULL by iconv_open(3).
src is an array. Remove these tests for NULL pointers.
While I'm here, eliminate a strlcpy with a correct but suspicious-looking
calculation for the third parameter (i.e. not a simple sizeof).
Compare the strings in-place instead of copying.
Found by: bdrewery
Found by: Coverity
CID: 1130050, 1130056
Diffstat (limited to 'contrib/diff/src/cmp.c')
0 files changed, 0 insertions, 0 deletions