This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ef202e530c regex: fix storage-exhaustion error new 6bbfc5c09f Add statx conditionals for wordsize-32 *xstat.c
The 1 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: ChangeLog | 17 ++++++++ sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/fxstat64.c | 12 +++++- sysdeps/unix/sysv/linux/fxstatat64.c | 11 +++++ .../unix/sysv/linux/generic/wordsize-32/fxstat.c | 10 +++++ .../unix/sysv/linux/generic/wordsize-32/fxstatat.c | 10 +++++ .../unix/sysv/linux/generic/wordsize-32/lxstat.c | 10 +++++ .../unix/sysv/linux/generic/wordsize-32/lxstat64.c | 19 ++++++++- .../unix/sysv/linux/generic/wordsize-32/xstat.c | 9 ++++ .../unix/sysv/linux/generic/wordsize-32/xstat64.c | 16 ++++++- sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c | 3 ++ sysdeps/unix/sysv/linux/statx_cp.c | 49 ++++++++++++++++++++++ .../rtld-memset.S => unix/sysv/linux/statx_cp.h} | 11 ++--- sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c | 3 ++ 14 files changed, 170 insertions(+), 13 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c create mode 100644 sysdeps/unix/sysv/linux/statx_cp.c copy sysdeps/{aarch64/multiarch/rtld-memset.S => unix/sysv/linux/statx_cp.h} (78%) create mode 100644 sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c