[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/29483] New: abort at i386-dis.c:9289
From: |
amodra at gmail dot com |
Subject: |
[Bug binutils/29483] New: abort at i386-dis.c:9289 |
Date: |
Sat, 13 Aug 2022 10:39:36 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29483
Bug ID: 29483
Summary: abort at i386-dis.c:9289
Product: binutils
Version: 2.40 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: amodra at gmail dot com
Target Milestone: ---
cat > xxx.s <<EOF
.text
.byte 0x65,0x62,0x62,0x7d,0x97,0xa0,0x94,0xff,0x20,0x20,0x20,0xae
EOF
gas/as-new -o xxx.o xxx.s
binutils/objdump -d xxx.o
The abort is this one:
if ((size_t) res >= sizeof (staging_area))
abort ();
Doubling the buffer size fixes this particular test case.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug binutils/29483] New: abort at i386-dis.c:9289,
amodra at gmail dot com <=