Task #729 - dmidecode-3.5-3.fc40/scan-results.err

back to task #729
download
Error: CPPCHECK_WARNING:
dmidecode-3.5-build/dmidecode-3.5/biosdecode.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
dmidecode-3.5-build/dmidecode-3.5/dmidecode.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING (CWE-758):
dmidecode-3.5-build/dmidecode-3.5/dmidecode.c:401: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  399|   
#  400|   	for (i = 4; i <= 31; i++)
#  401|-> 		if (code.l & (1 << i))
#  402|   			pr_list_item("%s", characteristics[i - 3]);
#  403|   }

Error: CLANG_WARNING:
dmidecode-3.5-build/dmidecode-3.5/dmidecode.c:3283:3: warning[deadcode.DeadStores]: Value stored to 'off' is never read
# 3281|   		off += sprintf(time + off, ":*");
# 3282|   	if (dmi_bcd_range(p[4], 0x00, 0x59))
# 3283|-> 		off += sprintf(time + off, ":%02X", p[4]);
# 3284|   	else
# 3285|   		off += sprintf(time + off, ":*");

Error: CLANG_WARNING:
dmidecode-3.5-build/dmidecode-3.5/dmidecode.c:3285:3: warning[deadcode.DeadStores]: Value stored to 'off' is never read
# 3283|   		off += sprintf(time + off, ":%02X", p[4]);
# 3284|   	else
# 3285|-> 		off += sprintf(time + off, ":*");
# 3286|   
# 3287|   	pr_attr("Next Scheduled Power-on", time);

Error: CPPCHECK_WARNING:
dmidecode-3.5-build/dmidecode-3.5/dmioem.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
dmidecode-3.5-build/dmidecode-3.5/ownership.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
dmidecode-3.5-build/dmidecode-3.5/vpddecode.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.