passt-0^20240326.g4988e2b-1.fc40

List of Defects

Error: CPPCHECK_WARNING: [#def1]
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: [#def2]
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: [#def3]
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: [#def4]
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: [#def5]
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: [#def6]
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): [#def7]
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: [#def8]
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: [#def9]
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: [#def10]
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: [#def11]
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: [#def12]
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: [#def13]
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: [#def14]
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): [#def15]
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: [#def16]
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: [#def17]
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: [#def18]
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: [#def19]
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: [#def20]
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: [#def21]
passt-0_20240326.g4988e2b-build/passt-4988e2b406313c579836dc31867d793cfe77535c/util.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Scan Properties

analyzer-version-clang18.1.7
analyzer-version-cppcheck2.14.2
analyzer-version-gcc14.1.1
analyzer-version-gcc-analyzer14.1.1
analyzer-version-shellcheck0.10.0
enabled-pluginsclang, cppcheck, gcc, shellcheck
exit-code0
hostip-172-16-1-138.us-west-2.compute.internal
mock-configfedora-41-x86_64
project-namepasst-0^20240326.g4988e2b-1.fc40
store-results-to/tmp/tmp35_sclfy/passt-0^20240326.g4988e2b-1.fc40.tar.xz
time-created2024-07-03 16:34:34
time-finished2024-07-03 16:37:56
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmp35_sclfy/passt-0^20240326.g4988e2b-1.fc40.tar.xz' '--gcc-analyze' '/tmp/tmp35_sclfy/passt-0^20240326.g4988e2b-1.fc40.src.rpm'
tool-versioncsmock-3.5.3-1.el9