From 3a4b54bc496cf71b771e32cfb3ad0f2e804df610 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 28 Sep 2021 19:51:35 -0700 Subject: handle another unintended panic in display impl --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 33b9c48..13cffe2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ ## 0.1.2 * fix some instructions in aarch64 decoding panicking with "unreachable" - instead of returning an `Err(DecodeError::Incomplete)`. + instead of returning an `Err(DecodeError::Incomplete)`. similarly, some + instructions panicked instead of returning `InvalidOpcode` or `InvalidOperand` + as they should. +* fix some instructions in armv7 decoding or display panicking instead of + displaying a valid instruction, or returning a decode error. ## 0.1.1 * fix incorrect `yaxpeax_arch::Arch` impl for `std`-enabled builds -- cgit v1.1