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

Unified Diff: pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.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/dicts/pdf_codec_gif.dict ('k') | pdf/pdfium/fuzzers/dicts/pdf_codec_png.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_jpeg.dict
diff --git a/pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.dict b/pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.dict
new file mode 100644
index 0000000000000000000000000000000000000000..15efede7630db82f3323a4823b3a61d5f2cb1423
--- /dev/null
+++ b/pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.dict
@@ -0,0 +1,22 @@
+#
+# AFL dictionary for JPEG images
+# ------------------------------
+#
+# Created by Michal Zalewski <lcamtuf@google.com>
+#
+
+header_jfif="JFIF\x00"
+header_jfxx="JFXX\x00"
+
+section_ffc0="\xff\xc0"
+section_ffc2="\xff\xc2"
+section_ffc4="\xff\xc4"
+section_ffd0="\xff\xd0"
+section_ffd8="\xff\xd8"
+section_ffd9="\xff\xd9"
+section_ffda="\xff\xda"
+section_ffdb="\xff\xdb"
+section_ffdd="\xff\xdd"
+section_ffe0="\xff\xe0"
+section_ffe1="\xff\xe1"
+section_fffe="\xff\xfe"
« no previous file with comments | « pdf/pdfium/fuzzers/dicts/pdf_codec_gif.dict ('k') | pdf/pdfium/fuzzers/dicts/pdf_codec_png.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698