[BZ #4745]
commit41dfb5c63862857dadc816caea4bcb4fb268cdf1
authorJakub Jelinek <jakub@redhat.com>
Sun, 8 Jul 2007 10:08:25 +0000 (8 10:08 +0000)
committerJakub Jelinek <jakub@redhat.com>
Sun, 8 Jul 2007 10:08:25 +0000 (8 10:08 +0000)
treec8ac7b012db7424009fe2956ab62141c633b26e6
parent027dc27eb964405dd710dba8c5bf9ea33a2e6fcd
[BZ #4745]
* 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/bug18.c: New file.
* stdio-common/bug18a.c: New file.
* stdio-common/bug19.c: New file.
* stdio-common/bug19a.c: New file.
ChangeLog
stdio-common/Makefile
stdio-common/bug18.c [new file with mode: 0644]
stdio-common/bug18a.c [new file with mode: 0644]
stdio-common/bug19.c [new file with mode: 0644]
stdio-common/bug19a.c [new file with mode: 0644]
stdio-common/vfscanf.c