diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-06-25 19:33:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-06-25 19:33:56 +0000 |
commit | c42924899320727fd22d17c944a473bab0f55bb7 (patch) | |
tree | 4a54ddb8cac453ea5a36e4446559730325edf1ce /ChangeLog | |
parent | 51909ff7bf4563b53e6ffaf07a8e8e0af79d322f (diff) | |
download | glibc-c42924899320727fd22d17c944a473bab0f55bb7.tar.gz glibc-c42924899320727fd22d17c944a473bab0f55bb7.tar.xz glibc-c42924899320727fd22d17c944a473bab0f55bb7.zip |
Update.
* libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag is not enough content is available. * libio/tst-eof.c: New file. * libio/Makefile (tests): Add tst-eof. * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to update atime. * libio/tst-atime.c: New file. * libio/Makefile (tests): Add tst-atime.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 030811c08c..f8e11c1982 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2002-06-25 Ulrich Drepper <drepper@redhat.com> + * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag is + not enough content is available. + * libio/tst-eof.c: New file. + * libio/Makefile (tests): Add tst-eof. + + * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to + update atime. + * libio/tst-atime.c: New file. + * libio/Makefile (tests): Add tst-atime. + * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in handling of overly long words. |