diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 19:08:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 19:08:31 +0000 |
commit | ca97fb53255da0a01195a1b43c0d9138a4b44f49 (patch) | |
tree | 8150833a374cefd7d618d72969176e66393e9736 /ChangeLog | |
parent | 1739d268365514afbebc6b08d31173f4df7ba8fb (diff) | |
download | glibc-ca97fb53255da0a01195a1b43c0d9138a4b44f49.tar glibc-ca97fb53255da0a01195a1b43c0d9138a4b44f49.tar.gz glibc-ca97fb53255da0a01195a1b43c0d9138a4b44f49.tar.bz2 glibc-ca97fb53255da0a01195a1b43c0d9138a4b44f49.zip |
Update.
* elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
byte filebuf size.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-03-03 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640 + byte filebuf size. + * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor if ccs parameter isn't valid. Reported by Andreas Schwab. |