From 0f6d864de2469af4223391993b430b0d45573dcb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Jun 2017 14:15:57 +0100 Subject: Prevent address violation when attempting to disassemble a corrupt score binary. PR binutils/21614 * score-dis.c (score_opcodes): Add sentinel. --- opcodes/score-dis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'opcodes/score-dis.c') diff --git a/opcodes/score-dis.c b/opcodes/score-dis.c index fdfc4a0..d68e2b9 100644 --- a/opcodes/score-dis.c +++ b/opcodes/score-dis.c @@ -473,6 +473,7 @@ static struct score_opcode score_opcodes[] = {0x00003454, 0x3e007fff, "tvc"}, {0x00000026, 0x3e0003ff, "xor\t\t%20-24r, %15-19r, %10-14r"}, {0x00000027, 0x3e0003ff, "xor.c\t\t%20-24r, %15-19r, %10-14r"}, + {0,0,NULL} }; -- cgit v1.1