Summary: | global-buffer-overflow in OP_G | ||
---|---|---|---|
Product: | binutils | Reporter: | Alexandre Adamski <aadamski> |
Component: | binutils | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nickc |
Priority: | P2 | ||
Version: | 2.29 | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Project(s) to access: | ssh public key: | ||
Attachments: |
testcase
report |
Description
Alexandre Adamski
2017-06-14 12:36:34 UTC
Created attachment 10134 [details]
testcase
Created attachment 10135 [details]
report
The master branch has been updated by H.J. Lu <hjl@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0d96e4df4812c3bad77c229dfef47a9bc115ac12 commit 0d96e4df4812c3bad77c229dfef47a9bc115ac12 Author: H.J. Lu <hjl.tools@gmail.com> Date: Thu Jun 15 06:40:17 2017 -0700 i386-dis: Check valid bnd register Since there are only 4 bnd registers, return "(bad)" for register number > 3. PR binutils/21594 * i386-dis.c (OP_E_register): Check valid bnd register. (OP_G): Likewise. The master branch has been updated by H.J. Lu <hjl@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8cac017d35ef374e65acc98818a17cf8a652cbd0 commit 8cac017d35ef374e65acc98818a17cf8a652cbd0 Author: H.J. Lu <hjl.tools@gmail.com> Date: Thu Jun 15 08:21:48 2017 -0700 i386-dis: Add 2 tests with invalid bnd register PR binutils/21594 * testsuite/gas/i386/mpx.s: Add 2 tests with invalid bnd register. * testsuite/gas/i386/x86-64-mpx.s: Likewise. * testsuite/gas/i386/mpx.d: Updated. * testsuite/gas/i386/x86-64-mpx.d: Likewise. Patch committed. |