unicode
Here are 1,038 public repositories matching this topic...
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Oct 9, 2020 - D
-
Updated
Feb 11, 2020
-
Updated
Oct 9, 2020 - C++
-
Updated
Apr 30, 2020 - Rich Text Format
-
Updated
Sep 7, 2020 - PHP
-
Updated
Feb 22, 2020 - JavaScript
-
Updated
Jun 14, 2020 - PHP
-
Updated
Apr 9, 2020 - JavaScript
-
Updated
Jul 20, 2020 - Go
-
Updated
Oct 8, 2020 - C++
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Aug 6, 2019 - C++
-
Updated
Aug 23, 2020 - PHP
-
Updated
Aug 22, 2020 - Rust
-
Updated
Mar 27, 2020 - C++
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Apr 7, 2017 - Python
Improve this page
Add a description, image, and links to the unicode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unicode topic, visit your repo's landing page and select "manage topics."
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.