aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-12-19 11:32:43 -0800
committeriximeow <me@iximeow.net>2021-12-19 11:32:43 -0800
commit26e019cc3788b6bac73969dc3d1753e883961339 (patch)
tree75ba2bc194df377412d31c7dbbe636ca8dee87fd /CHANGELOG
parente7dec7baa9c6649d71e1b349d93dce6b0cd588bf (diff)
add in-tree cargo fuzz targets for decode and display impls
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 69974fe..0feab86 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,11 @@
- when displaying an invalid `RegSpec`, for some out-of-range mask registers, the displayed register name could be chosen as arbitrary const data interpreted as a pointer/length pair
* fix incorrect (non-present!) memory size for f30f1e-style `nop`.
- this would decode without error, but produce an instruction with memory operand and memory size of `0`. if formatted, yaxpeax-x86 panics.
+* add in-tree `cargo fuzz` targets for decoding and displaying instructions.
+ neither of these operations should ever panic.
+
+and thank you to @5225225 for the bug reports handled in 1.1.2 and 1.1.3, as
+well as the nudge to start using `cargo fuzz`.
## 1.1.2
* fix panic when evex instructions with compressed displacements are decoded in