bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/27632] ASAN error: in bfd_getb32 binutils-gdb/bfd/libbfd.c


From: amodra at gmail dot com
Subject: [Bug binutils/27632] ASAN error: in bfd_getb32 binutils-gdb/bfd/libbfd.c:631
Date: Wed, 14 Apr 2021 07:47:56 +0000

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

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
There is an R_MIPS_16 reloc on an address 2 bytes before the end of .data. 
That ought to be fine, but someone defined R_MIPS_16 to operate on a 32-bit
word.  Fixing it would be an ABI break for big-endian mips.

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