mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 16:14:16 +01:00 
			
		
		
		
	ossfuzz: fix typo
This commit is contained in:
		| @@ -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; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user