diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-08 04:41:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-08 04:41:34 +0000 |
commit | 0923a2c896f09795cca4a6d800a336a56b0ee42c (patch) | |
tree | 10038ab54362ef2ee4ab5384e39dacce92d18d9e /ChangeLog | |
parent | e9055017f6d2015c4c74c94b1c2bf59968db223f (diff) | |
download | glibc-0923a2c896f09795cca4a6d800a336a56b0ee42c.tar.gz glibc-0923a2c896f09795cca4a6d800a336a56b0ee42c.tar.xz glibc-0923a2c896f09795cca4a6d800a336a56b0ee42c.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index a8f842ca14..8ff2819df4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,14 @@ 2007-07-07 Ulrich Drepper <drepper@redhat.com> - * libio/wstrops.c (_IO_wstr_underflow): Clear errno before - returning WEOF. - * stdio-common/Makefile (tests): Add bug18a. - * stdio-common/bug18a.c: New file. - [BZ #4745] - * libio/strops.c (_IO_str_underflow): Clear errno before returning - EOF. - * stdio-common/Makefile (tests): Add bug18. + * 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. 2007-07-05 Mike Frysinger <vapier@gentoo.org> |