From 9d46ce346fe3028d3d57332f286f3895c0724876 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 20 Jan 2017 10:32:25 +0000 Subject: Fix potential array overrun in x86 assembler. * config/tc-i386.c (parse_operands): Check for operand overflow before setting the unspecified bit. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index d515f3b..fbadd0b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2017-01-20 Nick Clifton + + * config/tc-i386.c (parse_operands): Check for operand overflow + before setting the unspecified bit. + 2017-01-18 Maciej W. Rozycki PR gas/20649 -- cgit v1.1