]> git.ipfire.org Git - thirdparty/samba.git/commit
iconv: fixed coverity issue CID1609382
authorXavi Hernandez <xhernandez@gmail.com>
Tue, 29 Jul 2025 08:31:45 +0000 (10:31 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 30 Jul 2025 00:44:28 +0000 (00:44 +0000)
commitf91df3191bca58215bb3d2d76b21e49be39fab3c
tree02b71ade64acb2f35a9fc71f4cc24258d1d73c75
parent16201d541512f0f01935f2cd7c02304ca39d8350
iconv: fixed coverity issue CID1609382

The issue is not a real bug as it is implemented, but it's better to not
mix signed and unsigned types to avoid potential future issues.

Signed-off-by: Xavi Hernandez <xhernandez@gmail.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Wed Jul 30 00:44:28 UTC 2025 on atb-devel-224
lib/util/charset/tests/iconv.c