bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/22443] Global buffer overflow in _bfd_elf_get_symbol_versi


From: amodra at gmail dot com
Subject: [Bug binutils/22443] Global buffer overflow in _bfd_elf_get_symbol_version_string
Date: Fri, 17 Nov 2017 09:29:58 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-11-17
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
     Ever confirmed|0                           |1

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
I can see one problem when looking at objdump -x under gdb. 
_bfd_elf_get_symbol_version_string is called with symbol being one of the
global_syms (the first one I saw was *ABS*).  Those symbols are not full elf
symbols so the cast to elf_symbol_type is wrong.

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