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:
		| @@ -33,3 +33,10 @@ for f in $(find $SRC -name '*_fuzzer.c'); do | ||||
|     rm -f /tmp/$b.o | ||||
|     ln -sf $OUT/seed_corpus.zip $OUT/${b}_seed_corpus.zip | ||||
| done | ||||
|  | ||||
|  | ||||
| # Add .zip input file for the zip fuzzer | ||||
| rm -f $OUT/zip_fuzzer_seed_corpus.zip | ||||
| zip $OUT/zip_fuzzer_seed_corpus.zip $OUT/seed_corpus.zip | ||||
|  | ||||
| cp tests/zip.dict $OUT/zip_fuzzer.dict | ||||
		Reference in New Issue
	
	Block a user