Skip to content

Conversation

@qkaiser
Copy link
Contributor

@qkaiser qkaiser commented Jan 25, 2024

oss-fuzz recommends project maintainers to place their fuzzing harness into their project repository.

This is an optimized fuzzing harness to test search_chunks by creating an mmap'ed File from the bytes received by the fuzzer and submitting it to search_chunks.

Other fuzzing harness can be added to the fuzzing directory later on and they will be executed by oss-fuzz.

This is what I plan to submit to oss-fuzz: google/oss-fuzz@master...qkaiser:oss-fuzz:unblob

@qkaiser qkaiser added the fuzzing Issues identified through fuzzing label Jan 25, 2024
@qkaiser qkaiser self-assigned this Jan 25, 2024
@qkaiser qkaiser force-pushed the fuzzing branch 3 times, most recently from 2541da6 to 383025e Compare January 25, 2024 08:52
@qkaiser qkaiser marked this pull request as draft January 25, 2024 09:54
@qkaiser qkaiser force-pushed the fuzzing branch 3 times, most recently from bd6df6d to 5bba17f Compare January 26, 2024 08:08
@qkaiser qkaiser marked this pull request as ready for review January 26, 2024 08:08
oss-fuzz recommends project maintainers to place their fuzzing harness
into their project repository.

This is an optimized fuzzing harness to test search_chunks by creating
an mmap'ed File from the bytes received by the fuzzer and submitting it to
search_chunks.

Other fuzzing harness can be added to the fuzzing directory later on and
they will be executed by oss-fuzz.
@qkaiser qkaiser enabled auto-merge February 2, 2024 08:07
@qkaiser qkaiser merged commit 41bd14f into main Feb 2, 2024
@qkaiser qkaiser deleted the fuzzing branch February 2, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fuzzing Issues identified through fuzzing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants