[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/27854] heap-buffer-overflow on objdump -D
From: |
amodra at gmail dot com |
Subject: |
[Bug binutils/27854] heap-buffer-overflow on objdump -D |
Date: |
Wed, 12 May 2021 15:31:47 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=27854
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2021-05-12
Status|UNCONFIRMED |NEW
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
This is nfp-dis.c:2840
mecfg = &priv->mecfgs[island][menum][is_text];
island is 229, menum is 0 from sh_info of 0xe5000000.
But we only have
nfp_priv_mecfg mecfgs[64][12][2];
--
You are receiving this mail because:
You are on the CC list for the bug.