google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.12k stars 2.15k forks source link

QuickJS: Switch to a corpus optimized for fuzzing #12099

Closed renatahodovan closed 1 week ago

renatahodovan commented 1 week ago

The original corpus of QuickJS consisted of a few large files that were too complex; some contained benchmarks, others had tests spread across multiple files or were scattered with assertions. The new corpus was created by breaking down and transforming these tests into smaller, fuzzing-optimized pieces.

github-actions[bot] commented 1 week ago

renatahodovan has previously contributed to projects/quickjs. The previous PR was #11775