From f063f747c21548329170fd09fd09d391b2277aed Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 16 Dec 2021 19:58:15 -0800 Subject: displacements are stored as unsigned, but are functionally signed ints so multiplying to expand EVEX compressed offsets can overflow, and that needs to be okay. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index b963b69..73af131 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +## 1.1.2 +* fix panic when evex instructions with compressed displacements are decoded in + debug builds + ## 1.1.1 * support `endbr64` and `endbr32` - these are interpretations of `nop` (`0f1e` wide nop), so the only issue -- cgit v1.1