Skip to content

Add fuzz targets for object manipulation and serialization APIs#1014

Open
Molefi1146 wants to merge 1 commit intoDaveGamble:masterfrom
Molefi1146:fuzz-targets/add-cjson-manipulation-fuzzers
Open

Add fuzz targets for object manipulation and serialization APIs#1014
Molefi1146 wants to merge 1 commit intoDaveGamble:masterfrom
Molefi1146:fuzz-targets/add-cjson-manipulation-fuzzers

Conversation

@Molefi1146
Copy link
Copy Markdown

Adds 3 new fuzzers targeting functions with 0% coverage:

cjson_manipulation_fuzzer: Tests cJSON_ReplaceItemInObject, cJSON_AddItemToObject

cjson_serialization_fuzzer: Tests cJSON_PrintPreallocated

cjson_array_fuzzer: Tests cJSON_CreateStringArray, cJSON_Duplicate, cJSON_Compare

These functions were identified by Fuzz Introspector as having

high complexity but 0% runtime coverage.

Adds 3 new fuzzers targeting functions with 0% coverage:

- cjson_manipulation_fuzzer: Tests cJSON_ReplaceItemInObject, cJSON_AddItemToObject

- cjson_serialization_fuzzer: Tests cJSON_PrintPreallocated

- cjson_array_fuzzer: Tests cJSON_CreateStringArray, cJSON_Duplicate, cJSON_Compare

These functions were identified by Fuzz Introspector as having

high complexity but 0% runtime coverage.
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.

1 participant