aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ifuzz/x86_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/ifuzz: another x86 regression testAlexander Potapenko2024-04-301-5/+11
| | | | | Add a different decoding failure that occurred with iset.ModeProt16. This one is also fixed by https://github.com/google/syzkaller/pull/4733.
* pkg/ifuzz: add a regression test for x86 decodingAlexander Potapenko2024-04-301-0/+35
For the following fix to x86 instruction decoding, add a regression test reported by syzbot.