bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/24253] New: X86 Vcomis uses xmmword ptr (instead of dword


From: p.antoine at catenacyber dot fr
Subject: [Bug binutils/24253] New: X86 Vcomis uses xmmword ptr (instead of dword ptr)
Date: Wed, 20 Feb 2019 18:46:51 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=24253

            Bug ID: 24253
           Summary: X86 Vcomis uses xmmword ptr (instead of dword ptr)
           Product: binutils
           Version: 2.33 (HEAD)
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: p.antoine at catenacyber dot fr
  Target Milestone: ---

Calling `print_insn_i386` with buffer \xc5\xf8\x2f\x10 returns `vcomiss
xmm2,dword ptr [eax]` when it should return `vcomiss xmm2,xmmword ptr [eax]`
Same goes with \xc5\xf9\x2f\x10 vcomisd xmm2,qword ptr [eax]

This was found by differential fuzzing against capstone : see
https://github.com/aquynh/capstone/pull/1303

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]