Skip to content

Conversation

@florianGla
Copy link
Contributor

When mutating char[] randomly interpret the bytes from libFuzzer as individual (single byte) chars. This helps to make use of libFuzzers table of recent compare entries (encoded as CESU8) if the char[] is used as a String inside the fuzz test.

@florianGla florianGla force-pushed the CIF-1863-string-compares-on-char-arrays branch from ec0033e to 5c73f71 Compare November 7, 2025 13:06
When mutating char[] randomly interpret the bytes from libFuzzer as
individual (single byte) chars. This helps to make use of libFuzzers
table of recent compare entries (encoded as CESU8) if the char[] is used
as a String inside the fuzz test.
@kyakdan kyakdan force-pushed the CIF-1863-string-compares-on-char-arrays branch 2 times, most recently from 56692d3 to 46f44d5 Compare November 11, 2025 16:16
@kyakdan kyakdan force-pushed the CIF-1863-string-compares-on-char-arrays branch from 46f44d5 to 6762580 Compare November 12, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants