mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Revert "elf: Fix wrong break removal from 8ee878592c"
(2.34 does not have 8ee878592c) This reverts commit 62ac4b09c4ee66c91478212359b8ac44b4f6a9e2.
This commit is contained in:
parent
3fcb410465
commit
0f82b26a8d
@ -112,7 +112,6 @@ 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;
|
||||
|
||||
/* Check if this is enough to classify the binary. */
|
||||
for (j = 0; j < sizeof (interpreters) / sizeof (interpreters [0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user