ossfuzz: fix build for uncompress_fuzzer

This commit is contained in:
Randy
2020-07-07 13:12:09 +02:00
parent 436d915546
commit d2d7d090fa

View File

@@ -10,7 +10,7 @@
static unsigned char buffer[256 * 1024] = { 0 }; static unsigned char buffer[256 * 1024] = { 0 };
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
{ {
unsigned long int buffer_length = sizeof(buffer); unsigned long int buffer_length = sizeof(buffer);