This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from 675ba1f361 mktime: improve heuristic for ca-1986 Indiana DST new 6e8044e910 Fix memmove call in vfprintf-internal.c:group_number new 291d440206 Allow #pragma GCC in headers in conformtest new 86a701a204 regex: copy back from Gnulib new fa5044f1e3 regex: fix buffer read overrun in search [BZ#28470] new 06afa5e09f io: Fix ftw internal realloc buffer (BZ #28126) new deea6ab1bc io: Fix use-after-free in ftw [BZ #26779]
The 6 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: NEWS | 3 ++ conform/conformtest.py | 8 +++ include/intprops.h | 18 +++++-- include/regex.h | 3 +- io/Makefile | 1 + io/ftw.c | 44 ++++++++-------- io/tst-ftw-bz28126.c | 97 +++++++++++++++++++++++++++++++++++ misc/sys/cdefs.h | 22 ++++---- posix/regcomp.c | 8 ++- posix/regex.c | 1 + posix/regex.h | 49 ++++++++++++++---- posix/regex_internal.c | 10 +++- posix/regex_internal.h | 8 ++- posix/regexec.c | 108 ++++++++++++++++++++++----------------- stdio-common/vfprintf-internal.c | 3 +- 15 files changed, 278 insertions(+), 105 deletions(-) create mode 100644 io/tst-ftw-bz28126.c