bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/30326] Objdump: Use of uninitialized value in objdump.c


From: amodra at gmail dot com
Subject: [Bug binutils/30326] Objdump: Use of uninitialized value in objdump.c
Date: Wed, 12 Apr 2023 01:27:33 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-04-12
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Nasty, a compressed reloc section.  BFD doesn't support them.  It might be
possible to do so.  At the very least all places using NUM_SHDR_ENTRIES will
need changing because sh_size is the compressed size and we'd need the
uncompressed size to calculate number of relocs.

-- 
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]