mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
elf: Fix wrong break removal from 8ee878592c
Reported-by: Alexander Monakov <amonakov@ispras.ru>
This commit is contained in:
parent
958478889c
commit
546a1ba664
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ process_elf_file (const char *file_name, const char *lib, int *flag,
|
|||
case PT_INTERP:
|
||||
program_interpreter = (char *) (file_contents + segment->p_offset);
|
||||
check_ptr (program_interpreter);
|
||||
break;
|
||||
|
||||
case PT_GNU_PROPERTY:
|
||||
/* The NT_GNU_PROPERTY_TYPE_0 note must be aligned to 4 bytes
|
||||
|
|
Loading…
Add table
Reference in a new issue