diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-10-20 08:00:58 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-10-20 08:03:54 +0530 |
commit | 88481c163885767a6617823314802aa772271804 (patch) | |
tree | e8fe6cc0c520703aefabe5238f5278776c75e2bc /ChangeLog | |
parent | 89f1c38881d566bb731711632ac84ee1e3d883ee (diff) | |
download | glibc-88481c163885767a6617823314802aa772271804.tar glibc-88481c163885767a6617823314802aa772271804.tar.gz glibc-88481c163885767a6617823314802aa772271804.tar.bz2 glibc-88481c163885767a6617823314802aa772271804.zip |
Retry read in ld.so if the entire ELF header is not read in
[BZ #13601]
A read operation could return less than requested data for a number of
reasons.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com> + + [BZ #13601] + * elf/dl-load.c (open_verify): Retry read if the entire ELF + header is not read in. + 2012-10-19 Joseph Myers <joseph@codesourcery.com> * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass |