Task #1701 - numactl-2.0.16-5.fc40/scan-results.err
back to task #1701download
Error: CPPCHECK_WARNING: 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: 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): 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: 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: 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: 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: 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: 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: 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): 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: 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): 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: 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): 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: 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: 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: 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) {