Fix address violation when attempting to display disassembled data.
authorNick Clifton <nickc@redhat.com>
Mon, 19 Jun 2017 14:57:19 +0000 (15:57 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 19 Jun 2017 14:57:19 +0000 (15:57 +0100)
commitd16fdddb4e96e9e7bcfce6fe487b321c54b2c7c7
treebe6c263d9097282435ac74e6412e68da7510e5e8
parentbc21b167eb0106eb31d946a0eb5acfb7e4d5d8a1
Fix address violation when attempting to display disassembled data.

PR binutils/21619
* objdump.c (disassemble_bytes): Check that there is sufficient
data available before attempting to display it.
binutils/ChangeLog
binutils/objdump.c