mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	updates to OSS-Fuzz integration
adapt more fuzz targets from zlib, add zip fuzzer, zip dictionary. update uncompress_fuzzer to seed the buffer length separately.
This commit is contained in:
		| @@ -32,7 +32,7 @@ void test_flush(unsigned char *compr, size_t *comprLen) | ||||
|  | ||||
|     c_stream.zalloc = zalloc; | ||||
|     c_stream.zfree = zfree; | ||||
|     c_stream.opaque = (void *)0; | ||||
|     c_stream.opaque = NULL; | ||||
|  | ||||
|     err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); | ||||
|     CHECK_ERR(err, "deflateInit"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user