[Bug binutils/31456] readelf: SEGV in read_leb128

2024-03-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31456

--- Comment #1 from Sourceware Commits  ---
The master branch has been updated by Nick Clifton :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=709b8d140b47df446dd242450d558bad20780ebc

commit 709b8d140b47df446dd242450d558bad20780ebc
Author: Nick Clifton 
Date:   Tue Mar 19 14:16:47 2024 +

Fix seg-fault in the DWARF reader code when accessing an abbreviatuin table
with a corrupt entry offset.

  PR 31456

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


[Bug binutils/31456] readelf: SEGV in read_leb128

2024-03-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31456

Nick Clifton  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Nick Clifton  ---
Hi Driller,

  Thanks for reporting this bug.

  The problem was an assumption in the DWARF reader code that offsets to
abbreviation tables would always be valid.  In this case of course this was not
so, and hence the problem arose.

  I have checked in a small patch to fix the problem.

Cheers
  Nick

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


[Bug binutils/31456] readelf: SEGV in read_leb128

2024-03-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31456

Nick Clifton  changed:

   What|Removed |Added

   Last reconfirmed||2024-03-19
 Ever confirmed|0   |1
   Assignee|unassigned at sourceware dot org   |nickc at redhat dot com
 CC||nickc at redhat dot com
 Status|UNCONFIRMED |ASSIGNED

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