Searched refs:outmemory (Results 1 – 1 of 1) sorted by relevance
58 unsigned char* outmemory = (unsigned char*)malloc(outmemorysize); in LLVMFuzzerTestOneInput() local59 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()