]> git.ipfire.org Git - thirdparty/elfutils.git/commit
elf*_xlatetof: do not check ELF_T_NHDR[8] has integer number of records
authorMark Wielaard <mark@klomp.org>
Wed, 28 Aug 2024 21:43:02 +0000 (23:43 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 11 Sep 2024 15:02:45 +0000 (17:02 +0200)
commit41022b0bfd934b37cdf9572d27048263b118f252
tree17245fffa9bf9b1430a80a01507159abfa1595f3
parent90973df78628a5aefa973d676a4402285e93c9cf
elf*_xlatetof: do not check ELF_T_NHDR[8] has integer number of records

commit bc0f7450c "elf*_xlatetom: do not check ELF_T_NHDR has integer
number of records" fixed
https://bugzilla.redhat.com/show_bug.cgi?id=835877
But only for xlatetom. Do the same for xlatetof.

       * elf32_xlatetof.c (elfw2(LIBELFBITS, xlatetof)): Do not check for
       integer number of records in case of ELF_T_NHDR[8].

Signed-off-by: Mark Wielaard <mark@klomp.org>
libelf/elf32_xlatetof.c