mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
* 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.
This commit is contained in:
7
stdio-common/bug19a.c
Normal file
7
stdio-common/bug19a.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <wchar.h>
|
||||
#define CHAR wchar_t
|
||||
#define L(str) L##str
|
||||
#define FPUTS fputws
|
||||
#define FSCANF fwscanf
|
||||
|
||||
#include "bug19.c"
|
Reference in New Issue
Block a user