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 df11de9193 Fix BZ#23400 (creating temporary files in source tree), and [...] new d0b6db4acf Test stdlib/test-bz22786 exits now with unsupported if mallo [...] new dcd52b94bf stdlib/test-bz22786: Avoid spurious test failures using alia [...] new 69dcd992a0 stdlib/test-bz22786: Avoid memory leaks in the test itself new 6c2b6e9e27 support_blob_repeat: Call mkstemp directory for the backing file new e1af1df694 stdlib/tst-strtod-overflow: Switch to support_blob_repeat
The 5 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 | 30 ++++ stdlib/test-bz22786.c | 31 +++-- stdlib/tst-strtod-overflow.c | 16 ++- support/Makefile | 2 + support/blob_repeat.c | 282 ++++++++++++++++++++++++++++++++++++++ support/blob_repeat.h | 44 ++++++ support/tst-support_blob_repeat.c | 85 ++++++++++++ 7 files changed, 472 insertions(+), 18 deletions(-) create mode 100644 support/blob_repeat.c create mode 100644 support/blob_repeat.h create mode 100644 support/tst-support_blob_repeat.c