Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fuzz tests for json_object/point/array apis #883

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

simonresch
Copy link
Contributor

This PR adds 3 fuzz tests for continuous fuzz testing in OSS-Fuzz. The fuzz tests include usages of json_object_array_*, json_object_get_*, json_object_set_*, json_pointer_* API functions which are not covered in the existing tokener_parse_ex_fuzzer.

A local trial run with the OSS-Fuzz introspector reported a combined coverage of 78% compared to 42% currently reported in OSS-Fuzz.

Note, for the fuzz tests in this repository to be automatically executed google/oss-fuzz#12741 also needs to be merged.

Extends the coverage of fuzz tests executed in OSS-Fuzz.
@hawicz hawicz merged commit 77bb5c5 into json-c:master Nov 24, 2024
1 check passed
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.

2 participants