This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master in repository glibc.
from aa8a3e4cde pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538] new 58559f1443 regex: fix uninitialized memory access new 0b79004569 regex: Add test tst-regcomp-truncated [BZ #23578]
The 2 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 | 22 +++++ NEWS | 1 + posix/Makefile | 3 +- posix/regex_internal.c | 4 +- posix/tst-regcomp-truncated.c | 191 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 218 insertions(+), 3 deletions(-) create mode 100644 posix/tst-regcomp-truncated.c