Task #966 - passt-0^20240624.g1ee2eca-1.fc41/scan-results.err

back to task #966
download
Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/conf.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/dhcp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/dhcpv6.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/flow.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/fwd.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/icmp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING (CWE-457):
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/icmp.c:271: error[legacyUninitvar]: Uninitialized variable: id_sock
#  269|   	}
#  270|   
#  271|-> 	if (!(pingf = *id_sock))
#  272|   		if (!(pingf = icmp_ping_new(c, id_sock, af, id)))
#  273|   			return 1;

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/isolation.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/ndp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/netlink.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/packet.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/passt.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/pasta.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/qrap.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: GCC_ANALYZER_WARNING (CWE-775):
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/qrap.c: scope_hint: In function ‘main’
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/qrap.c:402:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(s, (int)fd)’
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/qrap.c: scope_hint: In function ‘main’
#  400|   	fprintf(stderr, "Connected to %s\n", addr.sun_path);
#  401|   
#  402|-> 	if (dup2(s, (int)fd) < 0) {
#  403|   		perror("dup");
#  404|   		exit(EXIT_FAILURE);

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/tap.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/tcp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/tcp.c:2299:19: warning[core.UndefinedBinaryOperatorResult]: The left operand of '==' is a garbage value
# 2297|   	flow_initiate(flow, ref.tcp_listen.pif);
# 2298|   
# 2299|-> 	if (sa.sa_family == AF_INET) {
# 2300|   		const struct in_addr *addr = &sa.sa4.sin_addr;
# 2301|   		in_port_t port = sa.sa4.sin_port;

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/tcp_buf.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/tcp_splice.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/udp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240624.g1ee2eca-build/passt-1ee2ecade3f41e2a3e51c1e580b08cba977a7c8d/util.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.