diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-27 04:05:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-27 04:05:04 +0000 |
commit | a14f121d3edf326ffef2f3dea5d9adfe673cba81 (patch) | |
tree | 7116ec85a61c1c0c83f9db632817f69716351c33 /ChangeLog | |
parent | 5a4b5076f1e002ebb43ccbab7d84dfa76d96146e (diff) | |
download | glibc-a14f121d3edf326ffef2f3dea5d9adfe673cba81.tar.gz glibc-a14f121d3edf326ffef2f3dea5d9adfe673cba81.tar.xz glibc-a14f121d3edf326ffef2f3dea5d9adfe673cba81.zip |
Update.
* sysdeps/unix/sysv/linux/internal_statvfs.c (__internal_statvfs): Avoid infinite loops in case the mounts file is hosed. * io/Makefile: Add rules to build and run tst-statvfs. * io/tst-statvfs.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 04bc03bc2b..14d5e31587 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-10-26 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/internal_statvfs.c (__internal_statvfs): + Avoid infinite loops in case the mounts file is hosed. + * io/Makefile: Add rules to build and run tst-statvfs. + * io/tst-statvfs.c: New file. + * include/dlfcn.h (__RTLD_OPENEXEC): Define. * elf/dl-load.c (_dl_map_object_from_fd): Don't allow loading executables unless __RTLD_OPENEXEC flag is present. |