diff --git a/ossfuzz/zip_read_fuzzer.dict b/ossfuzz/zip_read_fuzzer.dict index b54ac523..0c9fe5da 100644 --- a/ossfuzz/zip_read_fuzzer.dict +++ b/ossfuzz/zip_read_fuzzer.dict @@ -1,3 +1,6 @@ -header_lfh="\x50\x4b\x03\x04" header_cd="\x50\x4b\x01\x02" +header_local_file_header="\x50\x4b\x03\x04" header_eocd="\x50\x4b\x05\x06" +header_zip64_eocd="\x50\x4b\x06\x06" +header_zip64_eocd_locator="\x50\x4b\x06\x07" +header_data_descriptor="\x50\x4b\x07\x08"