aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-01-20 10:32:25 +0000
committerNick Clifton <nickc@redhat.com>2017-01-20 10:32:25 +0000
commit9d46ce346fe3028d3d57332f286f3895c0724876 (patch)
tree787f391f98454f528fb06146b934526ce78cadbc /gas/ChangeLog
parenta24df3057179f81a2624bf3bd3d78113cb2fcc8e (diff)
downloadfsf-binutils-gdb-9d46ce346fe3028d3d57332f286f3895c0724876.zip
fsf-binutils-gdb-9d46ce346fe3028d3d57332f286f3895c0724876.tar.gz
fsf-binutils-gdb-9d46ce346fe3028d3d57332f286f3895c0724876.tar.bz2
Fix potential array overrun in x86 assembler.
* config/tc-i386.c (parse_operands): Check for operand overflow before setting the unspecified bit.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <nickc@redhat.com>
+
+ * config/tc-i386.c (parse_operands): Check for operand overflow
+ before setting the unspecified bit.
+
2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
PR gas/20649