This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ac73067cb7 elf: Fix map_complete Systemtap probe in dl_open_worker new 04e8698fcc stdio-common: Fix scanf parsing for NaN types [BZ #30647] new 18596c5415 libio: Fix crash in fputws [BZ #20632]
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: libio/Makefile | 2 + libio/test-fputs-unbuffered-full.c | 78 ++++++++++++++++++++ .../test-fputws-unbuffered-full.c | 5 +- libio/wfileops.c | 11 +-- stdio-common/Makefile | 1 + stdio-common/tst-scanf-nan.c | 83 ++++++++++++++++++++++ stdio-common/vfscanf-internal.c | 46 +++++++++++- 7 files changed, 219 insertions(+), 7 deletions(-) create mode 100644 libio/test-fputs-unbuffered-full.c copy wcsmbs/test-wcsstr.c => libio/test-fputws-unbuffered-full.c (87%) create mode 100644 stdio-common/tst-scanf-nan.c