numactl-2.0.16-5.fc40

List of Defects

Error: CPPCHECK_WARNING: [#def1]
numactl-2.0.16-build/numactl-2.0.16/affinity.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING: [#def2]
numactl-2.0.16-build/numactl-2.0.16/libnuma.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING (CWE-401): [#def3]
numactl-2.0.16-build/numactl-2.0.16/libnuma.c:418: error[memleakOnRealloc]: Common realloc mistake: 'mask' nulled but not freed upon failure
#  416|   		do {
#  417|   			nodemask_sz <<= 1;
#  418|-> 			mask = realloc(mask, nodemask_sz / 8);
#  419|   			if (!mask)
#  420|   				return;

Error: CPPCHECK_WARNING: [#def4]
numactl-2.0.16-build/numactl-2.0.16/memhog.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING: [#def5]
numactl-2.0.16-build/numactl-2.0.16/migratepages.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING: [#def6]
numactl-2.0.16-build/numactl-2.0.16/migspeed.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

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

Error: CLANG_WARNING: [#def8]
numactl-2.0.16-build/numactl-2.0.16/numactl.c:660:2: warning[deadcode.DeadStores]: Value stored to 'ac' is never read
#  658|   
#  659|   	av += optind;
#  660|-> 	ac -= optind;
#  661|   
#  662|   	if (shmfd >= 0) {

Error: CPPCHECK_WARNING: [#def9]
numactl-2.0.16-build/numactl-2.0.16/numademo.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING (CWE-758): [#def10]
numactl-2.0.16-build/numactl-2.0.16/numademo.c:138: error[overlappingWriteUnion]: Overlapping read/write of union is undefined behavior
#  136|   	for (i = 0; i < nmemb; i++) {
#  137|   		union node *n = &nodes[i];
#  138|-> 		n->next = n->nexti >= nmemb ? NULL : &nodes[n->nexti];
#  139|   	}
#  140|   	return (void **)nodes;

Error: CPPCHECK_WARNING: [#def11]
numactl-2.0.16-build/numactl-2.0.16/numastat.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: GCC_ANALYZER_WARNING (CWE-457): [#def12]
numactl-2.0.16-build/numactl-2.0.16/numastat.c: scope_hint: In function ‘show_info_from_system_file’
numactl-2.0.16-build/numactl-2.0.16/numastat.c:861:64: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘tok[<unknown>]’
numactl-2.0.16-build/numactl-2.0.16/numastat.c: scope_hint: In function ‘show_info_from_system_file’
numactl-2.0.16-build/numactl-2.0.16/numastat.c: scope_hint: In function ‘show_info_from_system_file’
numactl-2.0.16-build/numactl-2.0.16/numastat.c: scope_hint: In function ‘show_info_from_system_file’
#  859|                                   printf("Token %s not in hash table.\n", tok[0 + tok_offset]);
#  860|                           } else {
#  861|->                                 double value = (double)atol(tok[1 + tok_offset]);
#  862|                                   if (!compatibility_mode) {
#  863|                                           double multiplier = 1.0;

Error: CLANG_WARNING: [#def13]
numactl-2.0.16-build/numactl-2.0.16/numastat.c:1316:21: warning[core.NonNullParamChecker]: Null pointer passed to 2nd parameter expecting 'nonnull'
# 1314|                           fclose(fs);
# 1315|                   }
# 1316|->                 if (strstr(buf, pattern)) {
# 1317|                           if (pid != getpid()) {
# 1318|                                   add_pid_to_list(pid);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def14]
numactl-2.0.16-build/numactl-2.0.16/shm.c: scope_hint: In function ‘sysvkey’
numactl-2.0.16-build/numactl-2.0.16/shm.c:91:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘creat(name,  shmmode)’
#   89|   		name, shmmode);
#   90|   	fd = creat(name, shmmode);
#   91|-> 	if (fd < 0)
#   92|   		nerror("cannot create key for shm %s\n", name);
#   93|   	key = ftok(name, shmid);

Error: CPPCHECK_WARNING: [#def15]
numactl-2.0.16-build/numactl-2.0.16/stream_lib.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING: [#def16]
numactl-2.0.16-build/numactl-2.0.16/stream_lib.c:215:19: warning[deadcode.DeadStores]: Although the value stored to 't1' is used in the enclosing expression, the value is never actually read from 't1'
#  213|   		t1 = mysecond();
#  214|   		while (((t2 = mysecond()) - t1) < 1.0E-6);
#  215|-> 		timesfound[i] = t1 = t2;
#  216|   	}
#  217|   

Error: GCC_ANALYZER_WARNING: [#def17]
numactl-2.0.16-build/numactl-2.0.16/sysfs.c: scope_hint: In function ‘sysfs_read’
numactl-2.0.16-build/numactl-2.0.16/sysfs.c:24:13: warning[-Wanalyzer-fd-use-without-check]: ‘read’ on possibly invalid file descriptor ‘open(name, 0)’
#   22|   		return NULL;
#   23|   	fd = open(name, O_RDONLY);
#   24|-> 	n = read(fd, buf, SYSFS_BLOCK - 1);
#   25|   	close(fd);
#   26|   	if (n <= 0) {

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-122.us-west-2.compute.internal
mock-configfedora-41-x86_64
project-namenumactl-2.0.16-5.fc40
store-results-to/tmp/tmpcww1115q/numactl-2.0.16-5.fc40.tar.xz
time-created2024-07-03 16:28:28
time-finished2024-07-03 16:29:59
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmpcww1115q/numactl-2.0.16-5.fc40.tar.xz' '--gcc-analyze' '/tmp/tmpcww1115q/numactl-2.0.16-5.fc40.src.rpm'
tool-versioncsmock-3.5.3-1.el9