Skip to content
#

aat

Here are 9 public repositories matching this topic...

harfbuzz
behdad
behdad commented Jul 5, 2020

It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.

First, for instruction type, change the switch argument to: instruction.operation % NUM_OPERATIONS.

Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.

Improve this page

Add a description, image, and links to the aat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aat topic, visit your repo's landing page and select "manage topics."

Learn more