]> git.ipfire.org Git - thirdparty/glibc.git/commit - libio/strops.c
* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
authorUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2007 04:41:34 +0000 (04:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2007 04:41:34 +0000 (04:41 +0000)
commit0923a2c896f09795cca4a6d800a336a56b0ee42c
tree10038ab54362ef2ee4ab5384e39dacce92d18d9e
parente9055017f6d2015c4c74c94b1c2bf59968db223f
* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF

in loop to look for conversion specifier to avoid testing of
wrong errno value.
* stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
* stdio-common/bug18a.c: New file.
* stdio-common/bug19.c: New file.
* stdio-common/bug19a.c: New file.
ChangeLog
libio/strops.c
libio/wstrops.c
stdio-common/Makefile
stdio-common/bug19.c [new file with mode: 0644]
stdio-common/bug19a.c [new file with mode: 0644]
stdio-common/vfscanf.c