Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: pdf/pdfium/fuzzers/dicts/pdf_codec_gif.dict

Issue 2168263005: Change pdf/pdfium/fuzzers/BUILD.gn to use dicts and seed corpora (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pdf/pdfium/fuzzers/corpora/pdf_jpx/not_kitty.jp2 ('k') | pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.dict » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/fuzzers/dicts/pdf_codec_gif.dict
diff --git a/pdf/pdfium/fuzzers/dicts/pdf_codec_gif.dict b/pdf/pdfium/fuzzers/dicts/pdf_codec_gif.dict
new file mode 100644
index 0000000000000000000000000000000000000000..711489371115fbf62dbc400a25f66f07e311e1c4
--- /dev/null
+++ b/pdf/pdfium/fuzzers/dicts/pdf_codec_gif.dict
@@ -0,0 +1,18 @@
+#
+# AFL dictionary for GIF images
+# -----------------------------
+#
+# Created by Michal Zalewski <lcamtuf@google.com>
+#
+
+header_87a="87a"
+header_89a="89a"
+header_gif="GIF"
+
+marker_2c=","
+marker_3b=";"
+
+section_2101="!\x01\x12"
+section_21f9="!\xf9\x04"
+section_21fe="!\xfe"
+section_21ff="!\xff\x11"
« no previous file with comments | « pdf/pdfium/fuzzers/corpora/pdf_jpx/not_kitty.jp2 ('k') | pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698