Task #128160 - added.err
back to task #128160download
Error: CPPCHECK_WARNING (CWE-570):
avahi-0.9.rc5/avahi-daemon/ini-file-parser.c:166: style[unsignedLessThanZero]: Checking if unsigned expression 'i' is less than zero.
# 164| if (filelist_count == 0) {
# 165| avahi_log_debug("No valid or matchig files found in avahi-daemon.conf.d directory '%s'", confd_path);
# 166|-> for (size_t i = 0; i < filelist_count; i++) {
# 167| avahi_free(filelist[i]);
# 168| filelist[i] = NULL;