diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-04-25 18:06:33 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-04-28 09:51:59 -0300 |
commit | 2be836fe44010d92ffffb73cd060045bb10305e4 (patch) | |
tree | 123fe2ad697684dd2b8a1d07f166ec76dca533ae /sysdeps/unix/sysv/linux/clone-internal.c | |
parent | 77930e0447e0b37a129db0e13c6c6f5e60a3019e (diff) | |
download | glibc-2be836fe44010d92ffffb73cd060045bb10305e4.zip glibc-2be836fe44010d92ffffb73cd060045bb10305e4.tar.gz glibc-2be836fe44010d92ffffb73cd060045bb10305e4.tar.bz2 |
stdio: Remove UB on printf_fp
The __printf_fp_buffer_1 issues count_leading_zeros with 0 argument,
which might leads to call __builtin_ctz depending of the ABI.
Replace with stdbit.h function instead.
Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'sysdeps/unix/sysv/linux/clone-internal.c')
0 files changed, 0 insertions, 0 deletions