From ae87f7e73eba29bd38b3a9684a10b948ed715612 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 14 Jun 2017 16:50:03 +0100 Subject: Fix address violation when disassembling a corrupt binary. PR binutils/21580 binutils * objdump.c (disassemble_bytes): Check for buffer overrun when printing out rae insns. ld * testsuite/ld-nds32/diff.d: Adjust expected output. --- ld/testsuite/ld-nds32/diff.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ld/testsuite/ld-nds32') diff --git a/ld/testsuite/ld-nds32/diff.d b/ld/testsuite/ld-nds32/diff.d index ef7958666f..1aff7366de 100644 --- a/ld/testsuite/ld-nds32/diff.d +++ b/ld/testsuite/ld-nds32/diff.d @@ -7,9 +7,9 @@ Disassembly of section .data: 00008000 (7e 00 00 00|00 00 00 7e).* -00008004 (7e 00 7e fe|00 7e 7e fe).* -00008006 7e fe 00 fe.* -00008007 fe 00.* +00008004 (7e 00|00 7e).* +00008006 7e.* +00008007 fe.* ... 00008009 fe 00.* .* -- cgit v1.2.3