mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +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:
		
							
								
								
									
										9
									
								
								tests/zip.dict
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/zip.dict
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| # Fuzzing dictionary for .zip files | ||||
|  | ||||
| header_lfh="\x50\x4b\x03\x04" | ||||
| header_cd="\x50\x4b\x01\x02" | ||||
| header_eocd="\x50\x4b\x05\x06" | ||||
| header_eocd64="\x50\x4b\x06\x06" | ||||
| data_descriptor="\x50\x4b\x07\x08" | ||||
| extra_data_sig="\x50\x4b\x06\x08" | ||||
| digital_sig="\x50\x4b\x05\x05" | ||||
		Reference in New Issue
	
	Block a user