Searched refs:file_to_decode (Results 1 – 1 of 1) sorted by relevance
105 FILE * file_to_decode = fopen("/tmp/tmp.flac","w"); in LLVMFuzzerTestOneInput() local106 fwrite(data+CONFIG_LENGTH+command_length,1,size-CONFIG_LENGTH-command_length,file_to_decode); in LLVMFuzzerTestOneInput()107 fclose(file_to_decode); in LLVMFuzzerTestOneInput()