This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5324d25842 fileops: Don't process ,ccs= as individual mode flags (BZ#18906) new 320ac7eeb4 vfscanf-internal: Remove potentially unbounded allocas
The 1 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: stdio-common/Makefile | 3 ++ stdio-common/tst-scanf-to_inpunct.c | 78 ++++++++++++++++++++++++++++++++++++ stdio-common/vfscanf-internal.c | 51 ++++++++++++++++-------- wcsmbs/Makefile | 3 ++ wcsmbs/tst-wscanf-to_inpunct.c | 79 +++++++++++++++++++++++++++++++++++++ 5 files changed, 197 insertions(+), 17 deletions(-) create mode 100644 stdio-common/tst-scanf-to_inpunct.c create mode 100644 wcsmbs/tst-wscanf-to_inpunct.c