[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/27814] objdump crashes when disassembling a non-ELF RISC-V
From: |
tommyhebb at gmail dot com |
Subject: |
[Bug binutils/27814] objdump crashes when disassembling a non-ELF RISC-V binary |
Date: |
Sat, 30 Apr 2022 16:36:41 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=27814
Tom Hebb <tommyhebb at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tommyhebb at gmail dot com
--- Comment #5 from Tom Hebb <tommyhebb at gmail dot com> ---
FYI, the original fix for this bug was not correct in all cases since it would
try to access any non-NULL backend_data for any BFD as if it were for an ELF.
My patch at https://sourceware.org/pipermail/binutils/2022-April/120619.html,
which just got committed, fixes the issue properly (as far as I can tell) and
also fixes a similar issue in several other architectures.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug binutils/27814] objdump crashes when disassembling a non-ELF RISC-V binary,
tommyhebb at gmail dot com <=