Searched refs:outmemorysize (Results 1 – 1 of 1) sorted by relevance
57 size_t outmemorysize = size * 2; // Guess based on the size of data. in LLVMFuzzerTestOneInput() local58 unsigned char* outmemory = (unsigned char*)malloc(outmemorysize); in LLVMFuzzerTestOneInput()77 read_error = mpg123_read(handle, outmemory, outmemorysize, &decoded_size); in LLVMFuzzerTestOneInput()