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 9f86cde5d4 Fix name space violation in fortify wrappers (bug 32052) new 5456af201d stdio-common: Reformat Makefile. new 388c9d7294 support: Add FAIL test failure helper new 86f5cfe77d stdio-common: Add test for vfscanf with matches longer than [...] new af68f0f675 Make tst-ungetc use libsupport new 01a731da41 ungetc: Fix uninitialized read when putting into unused stre [...] new a5cd395413 ungetc: Fix backup buffer leak on program exit [BZ #27821]
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: libio/genops.c | 8 +- libio/libioP.h | 4 +- localedata/tst-ctype.c | 40 +-- manual/stdio.texi | 8 +- math/test-tgmath2.c | 13 +- stdio-common/Makefile | 307 ++++++++++++++++----- stdio-common/tst-scanf-bz27650.c | 108 ++++++++ .../tst-ungetc-leak.c | 15 +- stdio-common/tst-ungetc.c | 114 ++++---- support/check.h | 5 + 10 files changed, 440 insertions(+), 182 deletions(-) create mode 100644 stdio-common/tst-scanf-bz27650.c copy debug/tst-realpath-chk.c => stdio-common/tst-ungetc-leak.c (80%)