]> git.ipfire.org Git - thirdparty/glibc.git/commit
libio: Use stdin consistently for input functions [BZ #24153]
authorFlorian Weimer <fweimer@redhat.com>
Sun, 3 Feb 2019 08:37:30 +0000 (09:37 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sun, 3 Feb 2019 08:38:24 +0000 (09:38 +0100)
commitee9941f94ea838774c34f60b3397fba07a803d92
tree082d81424de2bb74bd63f0087869c956ea437ad7
parentc70824b9a4645c0ecd049da8cfdb2c28ae7ada23
libio: Use stdin consistently for input functions [BZ #24153]

The internal _IO_stdin_ variable is not updated when the application
assigns to stdin, which is a GNU extension.
ChangeLog
debug/gets_chk.c
libio/Makefile
libio/getchar.c
libio/getchar_u.c
libio/getwchar.c
libio/getwchar_u.c
libio/iogets.c
libio/tst-bz24153.c [new file with mode: 0644]
libio/vscanf.c
libio/vwscanf.c