bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/20304] Invalid read in _bfd_elf_get_symbol_version_string


From: hjl.tools at gmail dot com
Subject: [Bug binutils/20304] Invalid read in _bfd_elf_get_symbol_version_string
Date: Mon, 27 Jun 2016 17:50:53 +0000

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.27 (HEAD)                 |2.26

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
The problem is that disassemble_data only copies and sorts
array of asymbol, not array of elf_symbol_type.  We can either
changes disassemble_data to copy and sort the proper symbols
or disable symbol version in disassembler.

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