]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "elf: Fix wrong break removal from 8ee878592c"
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 12 Feb 2024 13:46:19 +0000 (10:46 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 12 Feb 2024 13:46:34 +0000 (10:46 -0300)
(2.34 does not have 8ee878592c)

This reverts commit 62ac4b09c4ee66c91478212359b8ac44b4f6a9e2.

elf/readelflib.c

index 2c0bae9fc0047e8062eed1d2cf079c8bc00d0c85..c09425a5740bef8b0bab22368f136d1fe0d3a278 100644 (file)
@@ -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]);