bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/32552] Potential access beyond size of generated .eh_frame secti


From: hjl.tools at gmail dot com
Subject: [Bug ld/32552] Potential access beyond size of generated .eh_frame sections for PLTs on x86
Date: Tue, 14 Jan 2025 07:00:03 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=32552

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
I don't think there is an issue.  The codes in elfxx-x86.c just update the
templates.  They never access memory outside of the templates.  The .eh_frame
section was written out by _bfd_elf_write_section_eh_frame which will write
out the .eh_frame based on the templates.  sec->size is used to limit the
output size.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]