Task #61 - added.err
back to task #61download
Error: SHELLCHECK_WARNING (CWE-563): /usr/bin/tzselect:205:1: warning[SC2034]: TZ_ZONENOW_TABLE appears unused. Verify use (or export if used externally). # 203| read_file TZ_COUNTRY_TABLE "$TZDIR/iso3166.tab" # 204| read_file TZ_ZONETABTYPE_TABLE "$TZDIR/$zonetabtype.tab" # 205|-> TZ_ZONENOW_TABLE= # 206| # 207| newline=' Error: SHELLCHECK_WARNING (CWE-156): /usr/bin/tzselect:576:16: warning[SC2046]: Quote this to prevent word splitting. # 574| exit 1 # 575| } # 576|-> eval doselect ` # 577| $AWK ' # 578| BEGIN { Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/x86/dl-diagnostics-cpu.c:24: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/elf/dl-iterate_cpu.h: scope_hint: In function ‘_dl_iterate_cpu_next’ glibc-2.39.9000-167-g14e56bd4ce/elf/dl-iterate_cpu.h:85:34: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*dic.mask_reference[long_index]’ # 83| # 84| unsigned long int bit = 1UL << bit_index; # 85|-> if (dic->mask_reference[long_index] & bit) # 86| { # 87| /* The CPU is available. Try to select it. */ Error: CLANG_WARNING: glibc-2.39.9000-167-g14e56bd4ce/sysdeps/x86/dl-diagnostics-cpu.c:24: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/elf/dl-iterate_cpu.h:85:47: warning[core.UndefinedBinaryOperatorResult]: The left operand of '&' is a garbage value # 83| # 84| unsigned long int bit = 1UL << bit_index; # 85|-> if (dic->mask_reference[long_index] & bit) # 86| { # 87| /* The CPU is available. Try to select it. */ Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/elf/dl-iterate_cpu.h:129:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpu’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86_64/sysdep.h:231:49: note: in definition of macro ‘TYPEFY’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86_64/sysdep.h:235:9: note: in expansion of macro ‘internal_syscall2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:36:3: note: in expansion of macro ‘INTERNAL_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INTERNAL_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:52:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:58:3: note: in expansion of macro ‘__INTERNAL_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/dl-affinity.h:31:10: note: in expansion of macro ‘INTERNAL_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/elf/dl-iterate_cpu.h: scope_hint: In function ‘_dl_iterate_cpu_next’ # 127| else # 128| { # 129|-> dic->actual_cpu = cpu; # 130| dic->actual_node = node; # 131| } Error: CLANG_WARNING: glibc-2.39.9000-167-g14e56bd4ce/elf/dl-iterate_cpu.h:129:23: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined # 127| else # 128| { # 129|-> dic->actual_cpu = cpu; # 130| dic->actual_node = node; # 131| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:410:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9688>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/settimeofday.c: scope_hint: In function ‘__settimeofday64’ # 408| ts64.tv_nsec = tv64.tv_usec * 1000; # 409| # 410|-> return ts64; # 411| } # 412| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:410:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ua688>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/settimeofday.c: scope_hint: In function ‘__settimeofday64’ # 408| ts64.tv_nsec = tv64.tv_usec * 1000; # 409| # 410|-> return ts64; # 411| } # 412| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U 980>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___pthread_rwlock_timedwrlock’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U15f0>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘__thrd_sleep’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U3688>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___pthread_mutex_clocklock’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U7980>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___pthread_cond_clockwait’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U8980>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___pthread_rwlock_timedwrlock’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U95f0>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___mtx_timedlock’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ua5f0>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___cnd_timedwait’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ua980>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___pthread_rwlock_timedrdlock’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ub980>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___pthread_rwlock_timedrdlock’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc980>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘__clock_settime’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ud5f0>’ glibc-2.39.9000-167-g14e56bd4ce/nptl/pthread_clockjoin.c: scope_hint: In function ‘___pthread_clockjoin_np’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue5f0>’ glibc-2.39.9000-167-g14e56bd4ce/nptl/pthread_clockjoin.c: scope_hint: In function ‘___pthread_clockjoin_np’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue688>’ glibc-2.39.9000-167-g14e56bd4ce/include/time.h: scope_hint: In function ‘___pthread_mutex_timedlock’ # 420| ts64.tv_nsec = ts.tv_nsec; # 421| # 422|-> return ts64; # 423| } # 424| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c: scope_hint: In function ‘___gai_suspend’ glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c:180:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U32f8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/link.h:51: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/dlfcn.h:4: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nss/nsswitch.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/nsswitch.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nss/netgroup.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/netdb.h:214: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c: scope_hint: In function ‘___gai_suspend’ # 178| # 179| if (timeout != NULL) # 180|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 181| # 182| return __gai_suspend_time64 (list, ent, timeout != NULL ? &ts64 : NULL); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c: scope_hint: In function ‘___gai_suspend’ glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c:180:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uf2f8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/link.h:51: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/dlfcn.h:4: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nss/nsswitch.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/nsswitch.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nss/netgroup.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/netdb.h:214: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/resolv/gai_suspend.c: scope_hint: In function ‘___gai_suspend’ # 178| # 179| if (timeout != NULL) # 180|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 181| # 182| return __gai_suspend_time64 (list, ent, timeout != NULL ? &ts64 : NULL); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/rt/aio_suspend.c: scope_hint: In function ‘__aio_suspend’ glibc-2.39.9000-167-g14e56bd4ce/rt/aio_suspend.c:275:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U6da8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/libc-lock.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/rt/aio_suspend.c:36: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/rt/aio_suspend.c: scope_hint: In function ‘__aio_suspend’ # 273| # 274| if (timeout != NULL) # 275|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 276| # 277| return __aio_suspend_time64 (list, nent, timeout != NULL ? &ts64 : NULL); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/support/timespec-time64.c:39: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/support/timespec.c: scope_hint: In function ‘support_timespec_normalize_time64’ glibc-2.39.9000-167-g14e56bd4ce/support/timespec.c:88:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘norm.<U18e8>’ # 86| norm.tv_sec = (time.tv_nsec < 0) ? TYPE_MINIMUM (time_t): TYPE_MAXIMUM (time_t); # 87| norm.tv_nsec = (time.tv_nsec < 0) ? -1 * (TIMESPEC_HZ - 1) : TIMESPEC_HZ - 1; # 88|-> return norm; # 89| } # 90| norm.tv_nsec = time.tv_nsec % TIMESPEC_HZ; Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/support/timespec.c:91:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘norm.<U18e8>’ # 89| } # 90| norm.tv_nsec = time.tv_nsec % TIMESPEC_HZ; # 91|-> return norm; # 92| } # 93| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/support/timespec.h:33:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘r.<U55f0>’ glibc-2.39.9000-167-g14e56bd4ce/support/dtotimespec.c: scope_hint: In function ‘dtotimespec_time64’ glibc-2.39.9000-167-g14e56bd4ce/support/dtotimespec.c:27:1: note: in expansion of macro ‘dtotimespec’ # 31| r.tv_sec = s; # 32| r.tv_nsec = ns; # 33|-> return r; # 34| } # 35| Error: CLANG_WARNING: glibc-2.39.9000-167-g14e56bd4ce/sysdeps/posix/tempname.c:113:3: warning[deadcode.DeadStores]: Value stored to 'v' is never read # 111| __clock_gettime64 (CLOCK_REALTIME, &tv); # 112| v = mix_random_values (v, tv.tv_sec); # 113|-> v = mix_random_values (v, tv.tv_nsec); # 114| #endif # 115| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c: scope_hint: In function ‘__clock_getres64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:54:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U8980>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c: scope_hint: In function ‘__clock_getres64’ # 52| # endif # 53| if (r == 0 && res != NULL) # 54|-> *res = valid_timespec_to_timespec64 (ts32); # 55| #endif # 56| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c: scope_hint: In function ‘__clock_getres64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:54:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc980>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_getres.c: scope_hint: In function ‘__clock_getres64’ # 52| # endif # 53| if (r == 0 && res != NULL) # 54|-> *res = valid_timespec_to_timespec64 (ts32); # 55| #endif # 56| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c: scope_hint: In function ‘__clock_gettime64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c:58:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uf980>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c:24: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep-vdso.h:26:6: note: in definition of macro ‘INTERNAL_VSYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c: scope_hint: In function ‘__clock_gettime64’ # 56| if (r == 0 && tp32.tv_sec >= 0) # 57| { # 58|-> *tp = valid_timespec_to_timespec64 (tp32); # 59| return 0; # 60| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c:80:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uf980>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:36:3: note: in expansion of macro ‘INTERNAL_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INTERNAL_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:52:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:58:3: note: in expansion of macro ‘__INTERNAL_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c:77:7: note: in expansion of macro ‘INTERNAL_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_gettime.c: scope_hint: In function ‘__clock_gettime64’ # 78| if (r == 0) # 79| { # 80|-> *tp = valid_timespec_to_timespec64 (tp32); # 81| return 0; # 82| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep_time64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_nanosleep.c:67:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue5f0>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_nanosleep.c:18: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep_time64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep_time64’ # 65| { # 66| if (r == -EINTR && rem != NULL && (flags & TIMER_ABSTIME) == 0) # 67|-> *rem = valid_timespec_to_timespec64 (tr32); # 68| } # 69| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/clock_nanosleep.c:84:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue5f0>’ # 82| struct __timespec64 treq64, trem64; # 83| # 84|-> treq64 = valid_timespec_to_timespec64 (*req); # 85| r = __clock_nanosleep_time64 (clock_id, flags, &treq64, # 86| rem != NULL ? &trem64 : NULL); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c: scope_hint: In function ‘epoll_pwait2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c:39:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uac78>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c: scope_hint: In function ‘epoll_pwait2’ # 37| if (tmo != NULL) # 38| { # 39|-> tmo64 = valid_timespec_to_timespec64 (*tmo); # 40| ptmo64 = &tmo64; # 41| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c: scope_hint: In function ‘epoll_pwait2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c:39:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ubc78>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/epoll_pwait2.c: scope_hint: In function ‘epoll_pwait2’ # 37| if (tmo != NULL) # 38| { # 39|-> tmo64 = valid_timespec_to_timespec64 (*tmo); # 40| ptmo64 = &tmo64; # 41| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/fstatat64.c: scope_hint: In function ‘fstatat64_time64_stat’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/fstatat64.c:126:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U38e8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/fstatat64.c:24: included_from: Included from here. # 124| buf->st_blksize = st64.st_blksize; # 125| buf->st_blocks = st64.st_blocks; # 126|-> buf->st_atim = valid_timespec_to_timespec64 (st64.st_atim); # 127| buf->st_mtim = valid_timespec_to_timespec64 (st64.st_mtim); # 128| buf->st_ctim = valid_timespec_to_timespec64 (st64.st_ctim); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/fstatat64.c: scope_hint: In function ‘fstatat64_time64_stat’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/fstatat64.c:126:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U78e8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/fstatat64.c:24: included_from: Included from here. # 124| buf->st_blksize = st64.st_blksize; # 125| buf->st_blocks = st64.st_blocks; # 126|-> buf->st_atim = valid_timespec_to_timespec64 (st64.st_atim); # 127| buf->st_mtim = valid_timespec_to_timespec64 (st64.st_mtim); # 128| buf->st_ctim = valid_timespec_to_timespec64 (st64.st_ctim); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c: scope_hint: In function ‘__futimens’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c:49:18: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ua2f8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c: scope_hint: In function ‘__futimens’ # 47| if (tsp) # 48| { # 49|-> tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); # 50| tsp64[1] = valid_timespec_to_timespec64 (tsp[1]); # 51| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c: scope_hint: In function ‘__futimens’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c:49:18: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc2f8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimens.c: scope_hint: In function ‘__futimens’ # 47| if (tsp) # 48| { # 49|-> tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); # 50| tsp64[1] = valid_timespec_to_timespec64 (tsp[1]); # 51| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimes.c: scope_hint: In function ‘__futimes64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimes.c:31:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U4688>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimes.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimes.c: scope_hint: In function ‘__futimes64’ # 29| if (tvp64 != NULL) # 30| { # 31|-> ts64[0] = timeval64_to_timespec64 (tvp64[0]); # 32| ts64[1] = timeval64_to_timespec64 (tvp64[1]); # 33| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimesat.c: scope_hint: In function ‘__futimesat64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimesat.c:30:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ub688>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimesat.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/futimesat.c: scope_hint: In function ‘__futimesat64’ # 28| if (tvp64 != NULL) # 29| { # 30|-> ts64[0] = timeval64_to_timespec64 (tvp64[0]); # 31| ts64[1] = timeval64_to_timespec64 (tvp64[1]); # 32| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c: scope_hint: In function ‘__lutimes64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c:30:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U c78>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c: scope_hint: In function ‘__lutimes64’ # 28| if (tvp64 != NULL) # 29| { # 30|-> ts64[0] = timeval64_to_timespec64 (tvp64[0]); # 31| ts64[1] = timeval64_to_timespec64 (tvp64[1]); # 32| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c: scope_hint: In function ‘__lutimes64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c:30:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uec78>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/lutimes.c: scope_hint: In function ‘__lutimes64’ # 28| if (tvp64 != NULL) # 29| { # 30|-> ts64[0] = timeval64_to_timespec64 (tvp64[0]); # 31| ts64[1] = timeval64_to_timespec64 (tvp64[1]); # 32| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c: scope_hint: In function ‘___mq_timedreceive’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c:84:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U3da8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c: scope_hint: In function ‘___mq_timedreceive’ # 82| struct __timespec64 ts64; # 83| if (abs_timeout != NULL) # 84|-> ts64 = valid_timespec_to_timespec64 (*abs_timeout); # 85| # 86| return __mq_timedreceive_time64 (mqdes, msg_ptr, msg_len, msg_prio, Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c: scope_hint: In function ‘___mq_timedreceive’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c:84:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ubda8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedreceive.c: scope_hint: In function ‘___mq_timedreceive’ # 82| struct __timespec64 ts64; # 83| if (abs_timeout != NULL) # 84|-> ts64 = valid_timespec_to_timespec64 (*abs_timeout); # 85| # 86| return __mq_timedreceive_time64 (mqdes, msg_ptr, msg_len, msg_prio, Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c: scope_hint: In function ‘___mq_timedsend’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c:83:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U4da8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c: scope_hint: In function ‘___mq_timedsend’ # 81| struct __timespec64 ts64; # 82| if (abs_timeout != NULL) # 83|-> ts64 = valid_timespec_to_timespec64 (*abs_timeout); # 84| # 85| return __mq_timedsend_time64 (mqdes, msg_ptr, msg_len, msg_prio, Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c: scope_hint: In function ‘___mq_timedsend’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c:83:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U7da8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/mq_timedsend.c: scope_hint: In function ‘___mq_timedsend’ # 81| struct __timespec64 ts64; # 82| if (abs_timeout != NULL) # 83|-> ts64 = valid_timespec_to_timespec64 (*abs_timeout); # 84| # 85| return __mq_timedsend_time64 (mqdes, msg_ptr, msg_len, msg_prio, Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/nanosleep.c: scope_hint: In function ‘__nanosleep’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/nanosleep.c:41:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U85f0>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/nanosleep.c:19: included_from: Included from here. # 39| struct __timespec64 treq64, trem64; # 40| # 41|-> treq64 = valid_timespec_to_timespec64 (*req); # 42| int ret = __nanosleep64 (&treq64, rem != NULL ? &trem64 : NULL); # 43| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c: scope_hint: In function ‘ppoll’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c:75:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U38e8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c: scope_hint: In function ‘ppoll’ # 73| struct __timespec64 ts64; # 74| if (timeout) # 75|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 76| # 77| return __ppoll64 (fds, nfds, timeout ? &ts64 : NULL, sigmask); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c: scope_hint: In function ‘ppoll’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c:75:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ua8e8>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/ppoll.c: scope_hint: In function ‘ppoll’ # 73| struct __timespec64 ts64; # 74| if (timeout) # 75|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 76| # 77| return __ppoll64 (fds, nfds, timeout ? &ts64 : NULL, sigmask); Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c: scope_hint: In function ‘__pselect’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c:84:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ub558>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c: scope_hint: In function ‘__pselect’ # 82| if (timeout != NULL) # 83| { # 84|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 85| pts64 = &ts64; # 86| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c: scope_hint: In function ‘__pselect’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c:84:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc558>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/pselect.c: scope_hint: In function ‘__pselect’ # 82| if (timeout != NULL) # 83| { # 84|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 85| pts64 = &ts64; # 86| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘recvmmsg_syscall’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:55:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:91:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL5’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:122:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:48:7: note: in expansion of macro ‘SYSCALL_CANCEL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘recvmmsg_syscall’ # 53| { # 54| if (timeout != NULL) # 55|-> *timeout = valid_timespec_to_timespec64 (ts32); # 56| } # 57| #endif Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘recvmmsg_syscall’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:55:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:91:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL5’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:122:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:48:7: note: in expansion of macro ‘SYSCALL_CANCEL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘recvmmsg_syscall’ # 53| { # 54| if (timeout != NULL) # 55|-> *timeout = valid_timespec_to_timespec64 (ts32); # 56| } # 57| #endif Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘__recvmmsg’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:93:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘__recvmmsg’ # 91| if (timeout != NULL) # 92| { # 93|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 94| pts64 = &ts64; # 95| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘__recvmmsg’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c:93:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘__recvmmsg’ # 91| if (timeout != NULL) # 92| { # 93|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 94| pts64 = &ts64; # 95| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c: scope_hint: In function ‘__sched_rr_get_interval64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:39:11: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ub000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c: scope_hint: In function ‘__sched_rr_get_interval64’ # 37| ret = INLINE_SYSCALL_CALL (sched_rr_get_interval, pid, &tp32); # 38| if (ret == 0) # 39|-> *tp = valid_timespec_to_timespec64 (tp32); # 40| #endif # 41| return ret; Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c: scope_hint: In function ‘__sched_rr_get_interval64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:39:11: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sched_rr_gi.c: scope_hint: In function ‘__sched_rr_get_interval64’ # 37| ret = INLINE_SYSCALL_CALL (sched_rr_get_interval, pid, &tp32); # 38| if (ret == 0) # 39|-> *tp = valid_timespec_to_timespec64 (tp32); # 40| #endif # 41| return ret; Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c: scope_hint: In function ‘__semtimedop’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c:79:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U8558>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c: scope_hint: In function ‘__semtimedop’ # 77| if (timeout != NULL) # 78| { # 79|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 80| pts64 = &ts64; # 81| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c: scope_hint: In function ‘__semtimedop’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c:79:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue558>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/semtimedop.c: scope_hint: In function ‘__semtimedop’ # 77| if (timeout != NULL) # 78| { # 79|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 80| pts64 = &ts64; # 81| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c: scope_hint: In function ‘__sigtimedwait’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c:76:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1850>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c: scope_hint: In function ‘__sigtimedwait’ # 74| if (timeout != NULL) # 75| { # 76|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 77| pts64 = &ts64; # 78| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c: scope_hint: In function ‘__sigtimedwait’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c:76:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U4850>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sigtimedwait.c: scope_hint: In function ‘__sigtimedwait’ # 74| if (timeout != NULL) # 75| { # 76|-> ts64 = valid_timespec_to_timespec64 (*timeout); # 77| pts64 = &ts64; # 78| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_gettime.c: scope_hint: In function ‘___timer_gettime64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_gettime.c:44:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_gettime.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_gettime.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_gettime.c:41:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_gettime.c:41:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_gettime.c: scope_hint: In function ‘___timer_gettime64’ # 42| if (ret == 0) # 43| { # 44|-> value->it_interval = valid_timespec_to_timespec64 (its32.it_interval); # 45| value->it_value = valid_timespec_to_timespec64 (its32.it_value); # 46| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘___timer_settime64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:63:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:89:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL4’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:59:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘___timer_settime64’ # 61| if (retval == 0 && ovalue) # 62| { # 63|-> ovalue->it_interval = valid_timespec_to_timespec64 (oits32.it_interval); # 64| ovalue->it_value = valid_timespec_to_timespec64 (oits32.it_value); # 65| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘___timer_settime64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:63:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:20: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:89:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL4’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:59:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘___timer_settime64’ # 61| if (retval == 0 && ovalue) # 62| { # 63|-> ovalue->it_interval = valid_timespec_to_timespec64 (oits32.it_interval); # 64| ovalue->it_value = valid_timespec_to_timespec64 (oits32.it_value); # 65| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘__timer_settime’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:88:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’ # 86| int retval; # 87| # 88|-> its64.it_interval = valid_timespec_to_timespec64 (value->it_interval); # 89| its64.it_value = valid_timespec_to_timespec64 (value->it_value); # 90| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘__timer_settime’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timer_settime.c:88:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc000>’ # 86| int retval; # 87| # 88|-> its64.it_interval = valid_timespec_to_timespec64 (value->it_interval); # 89| its64.it_value = valid_timespec_to_timespec64 (value->it_value); # 90| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_gettime.c: scope_hint: In function ‘__timerfd_gettime64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_gettime.c:42:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U 0>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_gettime.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_gettime.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_gettime.c:39:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_gettime.c:39:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_gettime.c: scope_hint: In function ‘__timerfd_gettime64’ # 40| if (retval == 0) # 41| { # 42|-> value->it_interval = valid_timespec_to_timespec64 (its32.it_interval); # 43| value->it_value = valid_timespec_to_timespec64 (its32.it_value); # 44| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:55:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U3000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:89:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL4’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:51:13: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime64’ # 53| if (ret == 0 && ovalue != NULL) # 54| { # 55|-> ovalue->it_interval = valid_timespec_to_timespec64 (oits32.it_interval); # 56| ovalue->it_value = valid_timespec_to_timespec64 (oits32.it_value); # 57| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:55:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue000>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:22: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:89:3: note: in expansion of macro ‘INLINE_SYSCALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL4’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:51:13: note: in expansion of macro ‘INLINE_SYSCALL_CALL’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime64’ # 53| if (ret == 0 && ovalue != NULL) # 54| { # 55|-> ovalue->it_interval = valid_timespec_to_timespec64 (oits32.it_interval); # 56| ovalue->it_value = valid_timespec_to_timespec64 (oits32.it_value); # 57| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:72:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U3000>’ # 70| int retval; # 71| # 72|-> its64.it_interval = valid_timespec_to_timespec64 (value->it_interval); # 73| its64.it_value = valid_timespec_to_timespec64 (value->it_value); # 74| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/timerfd_settime.c:72:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue000>’ # 70| int retval; # 71| # 72|-> its64.it_interval = valid_timespec_to_timespec64 (value->it_interval); # 73| its64.it_value = valid_timespec_to_timespec64 (value->it_value); # 74| Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c: scope_hint: In function ‘__utimensat’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c:94:18: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1980>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c: scope_hint: In function ‘__utimensat’ # 92| if (tsp) # 93| { # 94|-> tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); # 95| tsp64[1] = valid_timespec_to_timespec64 (tsp[1]); # 96| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c: scope_hint: In function ‘__utimensat’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c:94:18: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uf980>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/pthread.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/include/pthread.h:1: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/nptl/descr.h:28: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/nptl/tls.h:114: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c:21: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimensat.c: scope_hint: In function ‘__utimensat’ # 92| if (tsp) # 93| { # 94|-> tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); # 95| tsp64[1] = valid_timespec_to_timespec64 (tsp[1]); # 96| } Error: GCC_ANALYZER_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimes.c: scope_hint: In function ‘__utimes64’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimes.c:29:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ub5f0>’ glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimes.c:19: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/sysdeps/unix/sysv/linux/utimes.c: scope_hint: In function ‘__utimes64’ # 27| if (tvp != NULL) # 28| { # 29|-> ts64[0] = timeval64_to_timespec64 (tvp[0]); # 30| ts64[1] = timeval64_to_timespec64 (tvp[1]); # 31| } Error: CPPCHECK_WARNING (CWE-190): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/x86/dl-diagnostics-cpu.c:308: error[integerOverflow]: Signed integer overflow for expression 'cpuid_extended_leaf_offset+cpuid_main_leaf_limit'. # 306| if (limit # 307| && maximum_leaf - cpuid_extended_leaf_offset >= cpuid_main_leaf_limit) # 308|-> maximum_leaf = cpuid_extended_leaf_offset + cpuid_main_leaf_limit - 1; # 309| for (unsigned int eax = cpuid_extended_leaf_offset + 1; # 310| eax <= maximum_leaf; ++eax) Error: CPPCHECK_WARNING (CWE-190): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/x86/dl-diagnostics-cpu.c:308: error[integerOverflow]: Signed integer overflow for expression 'cpuid_extended_leaf_offset+cpuid_main_leaf_limit-1'. # 306| if (limit # 307| && maximum_leaf - cpuid_extended_leaf_offset >= cpuid_main_leaf_limit) # 308|-> maximum_leaf = cpuid_extended_leaf_offset + cpuid_main_leaf_limit - 1; # 309| for (unsigned int eax = cpuid_extended_leaf_offset + 1; # 310| eax <= maximum_leaf; ++eax) Error: CPPCHECK_WARNING (CWE-190): glibc-2.39.9000-167-g14e56bd4ce/sysdeps/x86/dl-diagnostics-cpu.c:309: error[integerOverflow]: Signed integer overflow for expression 'cpuid_extended_leaf_offset+1'. # 307| && maximum_leaf - cpuid_extended_leaf_offset >= cpuid_main_leaf_limit) # 308| maximum_leaf = cpuid_extended_leaf_offset + cpuid_main_leaf_limit - 1; # 309|-> for (unsigned int eax = cpuid_extended_leaf_offset + 1; # 310| eax <= maximum_leaf; ++eax) # 311| { Error: CPPCHECK_WARNING (CWE-457): glibc-2.39.9000-167-g14e56bd4ce/timezone/zic.c:2001: warning[uninitvar]: Uninitialized variables: z.z_isdst, z.z_save, z.z_rules, z.z_nrules # 1999| } # 2000| zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); # 2001|-> zones[nzones++] = z; # 2002| /* # 2003| ** If there was an UNTIL field on this line, Error: CLANG_WARNING: glibc-2.39.9000-167-g14e56bd4ce/timezone/zic.c:2456:15: warning[core.UndefinedBinaryOperatorResult]: The left operand of '>' is a garbage value # 2454| j = leapcnt; # 2455| while (--j >= 0) # 2456|-> if (ats[i] > trans[j] - corr[j]) { # 2457| ats[i] = tadd(ats[i], corr[j]); # 2458| break; Error: CLANG_WARNING: glibc-2.39.9000-167-g14e56bd4ce/wcsmbs/wcsstr.c:26: included_from: Included from here. glibc-2.39.9000-167-g14e56bd4ce/wcsmbs/wcs-two-way.h:268:12: warning[deadcode.DeadStores]: Although the value stored to 'haystack_char' is used in the enclosing expression, the value is never actually read from 'haystack_char' # 266| # 267| while (needle_suffix # 268|-> != (haystack_char = CANON_ELEMENT (*phaystack++))) # 269| { # 270| ++j; Error: CLANG_WARNING: glibc-2.39.9000-167-g14e56bd4ce/wcsmbs/wcs-two-way.h:281:9: warning[deadcode.DeadStores]: Although the value stored to 'haystack_char' is used in the enclosing expression, the value is never actually read from 'haystack_char' # 279| { # 280| if (CANON_ELEMENT (*pneedle++) # 281|-> != (haystack_char = CANON_ELEMENT (*phaystack++))) # 282| break; # 283| ++i; Error: CLANG_WARNING: glibc-2.39.9000-167-g14e56bd4ce/wcsmbs/wcs-two-way.h:294:13: warning[deadcode.DeadStores]: Although the value stored to 'haystack_char' is used in the enclosing expression, the value is never actually read from 'haystack_char' # 292| { # 293| if (CANON_ELEMENT (*pneedle--) # 294|-> != (haystack_char = CANON_ELEMENT (*phaystack--))) # 295| break; # 296| --i;