glibc/sysdeps/ieee754
Adhemerval Zanella 51a2a92502 math: Fix UB on llroundl
Building with --enable-ubasn triggers:

UBSAN: Undefined behaviour in ../sysdeps/ieee754/ldbl-96/s_llroundl.c:70:25 left shift of 4294967296 by 31 cannot be represented in type 'long long int'

The right shift is undefined if value overflow, but code is assuming
an arithmetic shift.
2025-05-08 09:25:49 -03:00
..
dbl-64 math: Fix UB in setayload 2025-05-07 14:21:21 -03:00
float128 Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
flt-32 math: Fix UB in setayloadf 2025-05-07 14:21:21 -03:00
ldbl-64-128 stdio-common: Add scanf long double data for IEEE 754 binary64 format 2025-03-25 09:40:20 +00:00
ldbl-96 math: Fix UB on llroundl 2025-05-08 09:25:49 -03:00
ldbl-128 math: Rewrite ldbl-128 isnan 2025-05-07 14:21:21 -03:00
ldbl-128ibm stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701] 2025-03-28 12:35:53 +00:00
ldbl-128ibm-compat stdio: Fix test-printf-ldbl-compat.c build with ubsan 2025-05-08 09:25:49 -03:00
ldbl-opt stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701] 2025-03-28 12:35:53 +00:00
soft-fp Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Makefile
ieee754.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
k_standard.c
k_standardf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
k_standardl.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libm-alias-finite.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_lib_version.c
s_matherr.c
s_signgam.c