Newly introduced defects
List of Defects
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/x86/dl-diagnostics-cpu.c:24: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/elf/dl-iterate_cpu.h: scope_hint: In function ‘_dl_iterate_cpu_next’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def2]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/x86/dl-diagnostics-cpu.c:24: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def3]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/elf/dl-iterate_cpu.h:129:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpu’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86_64/sysdep.h:231:49: note: in definition of macro ‘TYPEFY’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86_64/sysdep.h:235:9: note: in expansion of macro ‘internal_syscall2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:36:3: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INTERNAL_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:52:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:58:3: note: in expansion of macro ‘__INTERNAL_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/dl-affinity.h:31:10: note: in expansion of macro ‘INTERNAL_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def4]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def5]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def6]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U25f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def7]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U2980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h: scope_hint: In function ‘___pthread_rwlock_clockwrlock’
# 420| ts64.tv_nsec = ts.tv_nsec;
# 421|
# 422|-> return ts64;
# 423| }
# 424|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def8]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U35f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h: scope_hint: In function ‘___sem_timedwait’
# 420| ts64.tv_nsec = ts.tv_nsec;
# 421|
# 422|-> return ts64;
# 423| }
# 424|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def9]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U3980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h: scope_hint: In function ‘___pthread_rwlock_clockrdlock’
# 420| ts64.tv_nsec = ts.tv_nsec;
# 421|
# 422|-> return ts64;
# 423| }
# 424|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def10]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U45f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h: scope_hint: In function ‘___sem_clockwait’
# 420| ts64.tv_nsec = ts.tv_nsec;
# 421|
# 422|-> return ts64;
# 423| }
# 424|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def11]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5688>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def12]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def13]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U6980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h: scope_hint: In function ‘___pthread_rwlock_clockwrlock’
# 420| ts64.tv_nsec = ts.tv_nsec;
# 421|
# 422|-> return ts64;
# 423| }
# 424|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def14]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U75f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def15]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U8980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h: scope_hint: In function ‘___pthread_rwlock_clockrdlock’
# 420| ts64.tv_nsec = ts.tv_nsec;
# 421|
# 422|-> return ts64;
# 423| }
# 424|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def16]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc688>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def17]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ud5f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/pthread_timedjoin.c: scope_hint: In function ‘___pthread_timedjoin_np’
# 420| ts64.tv_nsec = ts.tv_nsec;
# 421|
# 422|-> return ts64;
# 423| }
# 424|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def18]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/time.h:422:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ud980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def19]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/resolv/gai_suspend.c: scope_hint: In function ‘___gai_suspend’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/resolv/gai_suspend.c:180:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U22f8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/link.h:51: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/dlfcn.h:4: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nss/nsswitch.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/nsswitch.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nss/netgroup.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/netdb.h:214: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/resolv/gai_suspend.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def20]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/resolv/gai_suspend.c: scope_hint: In function ‘___gai_suspend’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/resolv/gai_suspend.c:180:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ub2f8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/link.h:51: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/dlfcn.h:4: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nss/nsswitch.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/nsswitch.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nss/netgroup.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/netdb.h:214: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/resolv/gai_suspend.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def21]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/rt/aio_suspend.c: scope_hint: In function ‘__aio_suspend’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/rt/aio_suspend.c:275:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9da8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/libc-lock.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/rt/aio_suspend.c:36: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def22]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/rt/aio_suspend.c: scope_hint: In function ‘__aio_suspend’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/rt/aio_suspend.c:275:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uada8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/libc-lock.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/rt/aio_suspend.c:36: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def23]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/support/timespec-time64.c:39: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/support/timespec.c: scope_hint: In function ‘support_timespec_normalize_time64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/support/timespec.c:88:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘norm.<U48e8>’
# 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): [#def24]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/support/timespec.c:91:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘norm.<U48e8>’
# 89| }
# 90| norm.tv_nsec = time.tv_nsec % TIMESPEC_HZ;
# 91|-> return norm;
# 92| }
# 93|
Error: GCC_ANALYZER_WARNING (CWE-457): [#def25]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/support/timespec.h:33:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘r.<U55f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/support/dtotimespec.c: scope_hint: In function ‘dtotimespec_time64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def26]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def27]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c: scope_hint: In function ‘__clock_getres64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:54:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U 980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def28]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c: scope_hint: In function ‘__clock_getres64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:54:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uf980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_getres.c:49:7: note: in expansion of macro ‘INLINE_VSYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def29]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_gettime.c: scope_hint: In function ‘__clock_gettime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_gettime.c:58:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_gettime.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_gettime.c:24: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep-vdso.h:26:6: note: in definition of macro ‘INTERNAL_VSYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def30]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_gettime.c:80:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:36:3: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INTERNAL_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:52:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:58:3: note: in expansion of macro ‘__INTERNAL_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_gettime.c:77:7: note: in expansion of macro ‘INTERNAL_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def31]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep_time64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c:67:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U85f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c:18: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep_time64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def32]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep_time64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c:18: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep_time64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def33]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c:84:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U85f0>’
# 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): [#def34]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/clock_nanosleep.c: scope_hint: In function ‘__clock_nanosleep’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def35]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/epoll_pwait2.c: scope_hint: In function ‘epoll_pwait2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/epoll_pwait2.c:39:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U2428>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/epoll_pwait2.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def36]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/epoll_pwait2.c: scope_hint: In function ‘epoll_pwait2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/epoll_pwait2.c:39:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ua428>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/epoll_pwait2.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def37]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/fstatat64.c: scope_hint: In function ‘fstatat64_time64_stat’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/fstatat64.c:126:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U48e8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def38]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/fstatat64.c: scope_hint: In function ‘fstatat64_time64_stat’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/fstatat64.c:126:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U78e8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def39]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/fstatat64.c: scope_hint: In function ‘fstatat64_time64_stat’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/fstatat64.c:126:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Uc8e8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def40]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimens.c: scope_hint: In function ‘__futimens’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimens.c:49:18: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U22f8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimens.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def41]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimens.c: scope_hint: In function ‘__futimens’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimens.c:49:18: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U42f8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimens.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def42]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimes.c: scope_hint: In function ‘__futimes64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimes.c:31:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1688>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimes.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def43]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimes.c: scope_hint: In function ‘__futimes64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimes.c:31:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5688>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimes.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def44]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimesat.c: scope_hint: In function ‘__futimesat64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimesat.c:30:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U3688>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimesat.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def45]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimesat.c: scope_hint: In function ‘__futimesat64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimesat.c:30:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ub688>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/futimesat.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def46]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/lutimes.c: scope_hint: In function ‘__lutimes64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/lutimes.c:30:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ucc78>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/lutimes.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def47]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedreceive.c: scope_hint: In function ‘___mq_timedreceive’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedreceive.c:84:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U2da8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedreceive.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def48]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedreceive.c: scope_hint: In function ‘___mq_timedreceive’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedreceive.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def49]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedsend.c: scope_hint: In function ‘___mq_timedsend’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedsend.c:83:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1da8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedsend.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def50]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedsend.c: scope_hint: In function ‘___mq_timedsend’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/mq_timedsend.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def51]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/nanosleep.c: scope_hint: In function ‘__nanosleep’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/nanosleep.c:41:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U85f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def52]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/nanosleep.c: scope_hint: In function ‘__nanosleep’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/nanosleep.c:41:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U95f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def53]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/ppoll.c: scope_hint: In function ‘ppoll’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/ppoll.c:75:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U38e8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/ppoll.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def54]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/ppoll.c: scope_hint: In function ‘ppoll’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/ppoll.c:75:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U58e8>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/ppoll.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def55]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/pselect.c: scope_hint: In function ‘__pselect’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/pselect.c:84:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U4558>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/pselect.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def56]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/pselect.c: scope_hint: In function ‘__pselect’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/pselect.c:84:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U7558>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep-cancel.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/pselect.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def57]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘recvmmsg_syscall’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:55:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:91:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL5’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:122:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:48:7: note: in expansion of macro ‘SYSCALL_CANCEL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def58]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘recvmmsg_syscall’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:55:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:91:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL5’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:122:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:48:7: note: in expansion of macro ‘SYSCALL_CANCEL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def59]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘__recvmmsg’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:93:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def60]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c: scope_hint: In function ‘__recvmmsg’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/recvmmsg.c:93:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def61]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c: scope_hint: In function ‘__sched_rr_get_interval64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:39:11: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U 0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def62]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c: scope_hint: In function ‘__sched_rr_get_interval64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:39:11: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U8000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sched_rr_gi.c:37:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def63]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/semtimedop.c: scope_hint: In function ‘__semtimedop’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/semtimedop.c:79:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U3558>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/semtimedop.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def64]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sigtimedwait.c: scope_hint: In function ‘__sigtimedwait’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sigtimedwait.c:76:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9850>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sigtimedwait.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def65]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sigtimedwait.c: scope_hint: In function ‘__sigtimedwait’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sigtimedwait.c:76:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ud850>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sigtimedwait.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def66]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c: scope_hint: In function ‘___timer_gettime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:44:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U5000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:41:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:41:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def67]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c: scope_hint: In function ‘___timer_gettime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:44:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U7000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:41:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_gettime.c:41:9: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def68]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘___timer_settime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:63:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:89:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL4’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:59:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def69]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘___timer_settime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:63:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ud000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:20: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:89:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL4’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:59:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def70]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘__timer_settime’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:88:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U1000>’
# 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): [#def71]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c: scope_hint: In function ‘__timer_settime’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timer_settime.c:88:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ud000>’
# 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): [#def72]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c: scope_hint: In function ‘__timerfd_gettime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:39:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:39:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def73]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c: scope_hint: In function ‘__timerfd_gettime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:42:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U8000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:351:7: note: in expansion of macro ‘ASMARGS_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:280:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_INLINE’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:335:5: note: in expansion of macro ‘INTERNAL_SYSCALL_MAIN_2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/sysdep.h:44:23: note: in expansion of macro ‘INTERNAL_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:39:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:85:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL2’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_gettime.c:39:16: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def74]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_settime.c:55:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_settime.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_settime.c:22: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:89:3: note: in expansion of macro ‘INLINE_SYSCALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:27:37: note: in expansion of macro ‘__INLINE_SYSCALL4’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:28:37: note: in expansion of macro ‘__SYSCALL_CONCAT_X’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:101:3: note: in expansion of macro ‘__SYSCALL_CONCAT’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysdep.h:109:3: note: in expansion of macro ‘__INLINE_SYSCALL_DISP’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_settime.c:51:13: note: in expansion of macro ‘INLINE_SYSCALL_CALL’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def75]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_settime.c: scope_hint: In function ‘__timerfd_settime’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/timerfd_settime.c:72:23: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U9000>’
# 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): [#def76]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimensat.c: scope_hint: In function ‘__utimensat’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimensat.c:94:18: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U7980>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/pthread.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/include/pthread.h:1: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/x86/elision-conf.h:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/nptl/lowlevellock.h:23: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/nptl/descr.h:28: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/nptl/tls.h:114: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/i386/i686/nptl/tls.h:32: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/i386/sysdep.h:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimensat.c:21: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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): [#def77]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimes.c: scope_hint: In function ‘__utimes64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimes.c:29:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<U85f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimes.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: GCC_ANALYZER_WARNING (CWE-457): [#def78]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimes.c: scope_hint: In function ‘__utimes64’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimes.c:29:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ts64.<Ue5f0>’
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/unix/sysv/linux/utimes.c:19: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def79]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/x86/dl-diagnostics-cpu.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.
Error: CPPCHECK_WARNING (CWE-190): [#def80]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/x86/dl-diagnostics-cpu.c:310: error[integerOverflow]: Signed integer overflow for expression 'cpuid_extended_leaf_offset+cpuid_main_leaf_limit'.
# 308| if (limit
# 309| && maximum_leaf - cpuid_extended_leaf_offset >= cpuid_main_leaf_limit)
# 310|-> maximum_leaf = cpuid_extended_leaf_offset + cpuid_main_leaf_limit - 1;
# 311| for (unsigned int eax = cpuid_extended_leaf_offset + 1;
# 312| eax <= maximum_leaf; ++eax)
Error: CPPCHECK_WARNING (CWE-190): [#def81]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/x86/dl-diagnostics-cpu.c:310: error[integerOverflow]: Signed integer overflow for expression 'cpuid_extended_leaf_offset+cpuid_main_leaf_limit-1'.
# 308| if (limit
# 309| && maximum_leaf - cpuid_extended_leaf_offset >= cpuid_main_leaf_limit)
# 310|-> maximum_leaf = cpuid_extended_leaf_offset + cpuid_main_leaf_limit - 1;
# 311| for (unsigned int eax = cpuid_extended_leaf_offset + 1;
# 312| eax <= maximum_leaf; ++eax)
Error: CPPCHECK_WARNING (CWE-190): [#def82]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/sysdeps/x86/dl-diagnostics-cpu.c:311: error[integerOverflow]: Signed integer overflow for expression 'cpuid_extended_leaf_offset+1'.
# 309| && maximum_leaf - cpuid_extended_leaf_offset >= cpuid_main_leaf_limit)
# 310| maximum_leaf = cpuid_extended_leaf_offset + cpuid_main_leaf_limit - 1;
# 311|-> for (unsigned int eax = cpuid_extended_leaf_offset + 1;
# 312| eax <= maximum_leaf; ++eax)
# 313| {
Error: CPPCHECK_WARNING (CWE-457): [#def83]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def84]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def85]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/wcsmbs/wcsstr.c:26: included_from: Included from here.
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def86]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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: [#def87]
glibc-2.39.9000-build/glibc-2.39.9000-373-g21738846a1/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;
Scan Properties
analyzer-version-clang | 18.1.7 |
analyzer-version-cppcheck | 2.14.2 |
analyzer-version-gcc | 14.1.1 |
analyzer-version-gcc-analyzer | 14.1.1 |
analyzer-version-shellcheck | 0.10.0 |
diffbase-analyzer-version-clang | 18.1.7 |
diffbase-analyzer-version-cppcheck | 2.14.2 |
diffbase-analyzer-version-gcc | 14.1.1 |
diffbase-analyzer-version-gcc-analyzer | 14.1.1 |
diffbase-analyzer-version-shellcheck | 0.10.0 |
diffbase-enabled-plugins | clang, cppcheck, gcc, shellcheck |
diffbase-exit-code | 0 |
diffbase-host | ip-172-16-1-160.us-west-2.compute.internal |
diffbase-mock-config | fedora-41-x86_64 |
diffbase-project-name | glibc-2.39-6.fc40 |
diffbase-store-results-to | /tmp/tmp02wa3ukk/glibc-2.39-6.fc40.tar.xz |
diffbase-time-created | 2024-07-03 12:51:12 |
diffbase-time-finished | 2024-07-03 14:28:03 |
diffbase-tool | csmock |
diffbase-tool-args | '/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmp02wa3ukk/glibc-2.39-6.fc40.tar.xz' '--gcc-analyze' '/tmp/tmp02wa3ukk/glibc-2.39-6.fc40.src.rpm' |
diffbase-tool-version | csmock-3.5.3-1.el9 |
enabled-plugins | clang, cppcheck, gcc, shellcheck |
exit-code | 0 |
host | ip-172-16-1-160.us-west-2.compute.internal |
mock-config | fedora-41-x86_64 |
project-name | glibc-2.39.9000-29.fc41 |
store-results-to | /tmp/tmp588hcyiy/glibc-2.39.9000-29.fc41.tar.xz |
time-created | 2024-07-03 14:28:35 |
time-finished | 2024-07-03 16:15:21 |
title | Newly introduced defects |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmp588hcyiy/glibc-2.39.9000-29.fc41.tar.xz' '--gcc-analyze' '/tmp/tmp588hcyiy/glibc-2.39.9000-29.fc41.src.rpm' |
tool-version | csmock-3.5.3-1.el9 |