diff options
author | iximeow <me@iximeow.net> | 2021-09-28 19:51:35 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-09-28 19:52:37 -0700 |
commit | 3a4b54bc496cf71b771e32cfb3ad0f2e804df610 (patch) | |
tree | 690865c3134093e723c7e3c7e1ac2757fcb9db74 /CHANGELOG | |
parent | 44f4179c626dc346f51063e6fbfcd2e85171d9c8 (diff) |
handle another unintended panic in display impl
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |