Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/mpg123/
Dread_fuzzer.c58 unsigned char* outmemory = (unsigned char*)malloc(outmemorysize); in LLVMFuzzerTestOneInput() local
59 if (outmemory == NULL) { in LLVMFuzzerTestOneInput()
68 free(outmemory); in LLVMFuzzerTestOneInput()
77 read_error = mpg123_read(handle, outmemory, outmemorysize, &decoded_size); in LLVMFuzzerTestOneInput()
84 free(outmemory); in LLVMFuzzerTestOneInput()