This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.41/master in repository glibc.
from 6e489c17f8 Fix error reporting (false negatives) in SGID tests new 1e16d0096d posix: Fix double-free after allocation failure in regcomp ( [...] new e7c419a295 iconv: iconv -o should not create executable files (bug 33164)
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: NEWS | 2 + iconv/iconv_prog.c | 4 +- iconv/tst-iconv_prog-buffer.sh | 4 + posix/Makefile | 1 + posix/regcomp.c | 4 +- posix/tst-regcomp-bracket-free.c | 176 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 188 insertions(+), 3 deletions(-) create mode 100644 posix/tst-regcomp-bracket-free.c