Task #1713 - passt-0^20240326.g4988e2b-1.fc40/scan-results.err

back to task #1713
download
Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/conf.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/dhcp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/dhcpv6.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/flow.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/fwd.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/icmp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING (CWE-457):
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/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_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/isolation.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/ndp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/netlink.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/packet.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/passt.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/pasta.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/qrap.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: GCC_ANALYZER_WARNING (CWE-775):
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/qrap.c: scope_hint: In function ‘main’
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/qrap.c:402:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(s, (int)fd)’
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/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_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/tap.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/tcp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/tcp.c:2802:19: warning[core.UndefinedBinaryOperatorResult]: The left operand of '==' is a garbage value
# 2800|   		goto cancel;
# 2801|   
# 2802|-> 	if (sa.sa_family == AF_INET) {
# 2803|   		const struct in_addr *addr = &sa.sa4.sin_addr;
# 2804|   		in_port_t port = sa.sa4.sin_port;

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/tcp_splice.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/udp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/util.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.