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.

Reply via email to