This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 77930e0447 benchtest: Correct shell script related to bench-malloc-thread new 2be836fe44 stdio: Remove UB on printf_fp new 4c966c0780 RISC-V: Use builtin for ffs and ffsll while supported extens [...] new 0c34259423 nptl: Fix pthread_getattr_np when modules with execstack are [...] new 92f7b6061d math: Fix UB on atanhf (BZ 32918) new 4a1b96bf52 math: Fix UB on coshf (BZ 32919) new de0c4adf94 math: Fix UB on logf (BZ 32920) new c8775c0423 math: Fix UB on sinhf (BZ 32921) new 7619c1b032 math: Fix UB on cbrtf (BZ 32922) new 8eeb7de8a2 math: Fix UB on cospif (BZ 32923) new 7a0d7fb25c math: Fix UB on erfcf (BZ 32924) new 84977600da math: Fix UB on sinpif (BZ 32925)
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: elf/dl-execstack-tunable.c | 2 +- elf/dl-execstack.c | 2 +- elf/dl-load.c | 4 +-- stdio-common/printf_fp.c | 18 ++++++------- sysdeps/generic/ldsodefs.h | 2 +- sysdeps/ieee754/flt-32/e_atanhf.c | 4 +-- sysdeps/ieee754/flt-32/e_coshf.c | 6 ++--- sysdeps/ieee754/flt-32/e_logf.c | 2 +- sysdeps/ieee754/flt-32/e_sinhf.c | 6 ++--- sysdeps/ieee754/flt-32/s_cbrtf.c | 6 ++--- sysdeps/ieee754/flt-32/s_cospif.c | 6 ++--- sysdeps/ieee754/flt-32/s_erfcf.c | 4 +-- sysdeps/ieee754/flt-32/s_sinpif.c | 8 +++--- sysdeps/mach/hurd/dl-execstack.c | 5 ++-- sysdeps/pthread/Makefile | 9 +++++++ .../pthread/tst-stack2-mod.c | 31 ++++++++++++---------- .../pthread/tst-stack2.c | 27 ++++++++++++------- sysdeps/riscv/math-use-builtins-ffs.h | 10 +++++++ sysdeps/unix/sysv/linux/dl-execstack.c | 7 ++--- 19 files changed, 92 insertions(+), 67 deletions(-) copy stdlib/tst-setenv-environ.c => sysdeps/pthread/tst-stack2-mod.c (66%) copy elf/tst-dlopen-tlsreinit1.c => sysdeps/pthread/tst-stack2.c (62%) create mode 100644 sysdeps/riscv/math-use-builtins-ffs.h