ossfuzz: fix typo
This commit is contained in:
parent
d2d7d090fa
commit
797c58be3c
@ -14,7 +14,7 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
|||||||
{
|
{
|
||||||
unsigned long int buffer_length = sizeof(buffer);
|
unsigned long int buffer_length = sizeof(buffer);
|
||||||
|
|
||||||
if (Z_OK != uncompress(buffer, &buffer_length, data, size))) return 0;
|
if (Z_OK != uncompress(buffer, &buffer_length, data, size)) return 0;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user