Home
last modified time | relevance | path

Searched refs:require_termination (Results 1 – 1 of 1) sorted by relevance

/third_party/cJSON/fuzzing/
Dcjson_read_fuzzer.c19 int minify, require_termination, formatted, buffered; in LLVMFuzzerTestOneInput() local
30 require_termination = data[1] == '1' ? 1 : 0; in LLVMFuzzerTestOneInput()
34 json = cJSON_ParseWithOpts((const char*)data + offset, NULL, require_termination); in LLVMFuzzerTestOneInput()