From 6f8ddb2f116ead03fdd3ad8a507edb725e488328 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Fri, 29 Sep 2023 23:35:54 +0200 Subject: [PATCH] ossfuzz: Add more to dictionary --- ossfuzz/zip_read_fuzzer.dict | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ossfuzz/zip_read_fuzzer.dict b/ossfuzz/zip_read_fuzzer.dict index b54ac5235..0c9fe5dac 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"