]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
elf: Don't read beyond .eh_frame section end
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 30 Sep 2025 00:39:34 +0000 (08:39 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 1 Oct 2025 02:08:01 +0000 (10:08 +0800)
commite4f355f13be7fd4b165fe3ec3349ece972db05db
tree513fc82bea6b6b19e97f4141da2600c57684c6f8
parent76a693c087c30e8108852928c717399011c6166d
elf: Don't read beyond .eh_frame section end

PR ld/33500
* elf-eh-frame.c (_bfd_elf_parse_eh_frame): Don't read beyond
the .eh_frame section end.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
bfd/elf-eh-frame.c