From e2e6193d65a20e6b7fccba288e5d1bc45b78d194 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 Jan 2014 10:13:10 -0800 Subject: Fix buffer underrun in i386-dis.c. opcodes/ * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when last_rex_prefix is -1. --- opcodes/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8f080b6..4d8b866 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2014-01-09 Bradley Nelson + Roland McGrath + + * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when + last_rex_prefix is -1. + 2014-01-08 H.J. Lu * i386-gen.c (process_copyright): Update copyright year to 2014. -- cgit v1.1