diff options
| author | Roland McGrath <[email protected]> | 2010-04-14 11:24:15 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-04-14 11:24:15 -0700 |
| commit | 957072c18a906a43f0b428997d0c2b0da478213b (patch) | |
| tree | c1a5ecada39db6f45970732966bafb6eed567378 /libelf/ChangeLog | |
| parent | 7880556cac554ed966a6fa2e9a76d2a2dc4564fa (diff) | |
Handle truncated phdrs without crash.
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 2ed2761b..7e6b9929 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,8 @@ +2010-04-14 Roland McGrath <[email protected]> + + * elf32_getphdr.c: Check for e_phoff/size outside the file bounds. + * elf_begin.c (file_read_elf): Don't set .phdr here. + 2010-04-13 Roland McGrath <[email protected]> * elf.h: Update from glibc. |
