diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-22 16:41:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-22 16:41:59 +0000 |
commit | 3f651a4de302da8fbe4fb5f6e34f658bf11a8a7c (patch) | |
tree | bcde2754d2b573fd268bb9b047e9d9ce32eadd49 /ChangeLog | |
parent | 6aa29abe9fab81e153d6232edf4ba048ac7d0b6e (diff) | |
download | glibc-3f651a4de302da8fbe4fb5f6e34f658bf11a8a7c.tar.gz glibc-3f651a4de302da8fbe4fb5f6e34f658bf11a8a7c.tar.xz glibc-3f651a4de302da8fbe4fb5f6e34f658bf11a8a7c.zip |
Update.
2000-05-22 Jakub Jelinek <jakub@redhat.com> * stdio-common/vfscanf.c (__vfscanf): Remove bogus check if '-' is not the second character in the range. * stdio-common/tstscanf.c (main): Add testcase for the above. Reported by jik@kamens.brookline.ma.us.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95651bbfa4..962c9b23e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-05-22 Jakub Jelinek <jakub@redhat.com> + + * stdio-common/vfscanf.c (__vfscanf): Remove bogus check if '-' is + not the second character in the range. + * stdio-common/tstscanf.c (main): Add testcase for the above. + Reported by jik@kamens.brookline.ma.us. + 2000-05-21 H.J. Lu <hjl@gnu.org> * elf/do-lookup.h (do_lookup_versioned): Replace reloc_type parameter |