From 88481c163885767a6617823314802aa772271804 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 20 Oct 2012 08:00:58 +0530 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e5d8bbaa6a..eb60959bec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-10-20 Siddhesh Poyarekar + + [BZ #13601] + * elf/dl-load.c (open_verify): Retry read if the entire ELF + header is not read in. + 2012-10-19 Joseph Myers * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass -- cgit 1.4.1