Task #524 - added.err

back to task #524
download
Error: CPPCHECK_WARNING (CWE-476):
iproute-6.8.0-build/iproute2-6.8.0/devlink/devlink.c:2762: error[ctunullpointer]: Null pointer dereference: dl
# 2760|   	snprintf(buf, sizeof(buf), "%s/%s", bus_name, dev_name);
# 2761|   
# 2762|-> 	if (dl->json_output) {
# 2763|   		if (array) {
# 2764|   			if (should_arr_last_handle_end(dl, bus_name, dev_name))

Error: CPPCHECK_WARNING:
iproute-6.8.0-build/iproute2-6.8.0/ip/iplink_netkit.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.