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

Side by Side Diff: pdf/pdfium/fuzzers/dicts/pdf_codec_png.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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # AFL dictionary for PNG images 2 # AFL dictionary for PNG images
3 # ----------------------------- 3 # -----------------------------
4 # 4 #
5 # Just the basic, standard-originating sections; does not include vendor 5 # Just the basic, standard-originating sections; does not include vendor
6 # extensions. 6 # extensions.
7 # 7 #
8 # Created by Michal Zalewski <lcamtuf@google.com> 8 # Created by Michal Zalewski <lcamtuf@google.com>
9 # 9 #
10 10
(...skipping 18 matching lines...) Expand all
29 section_pHYs="pHYs" 29 section_pHYs="pHYs"
30 section_sBIT="sBIT" 30 section_sBIT="sBIT"
31 section_sCAL="sCAL" 31 section_sCAL="sCAL"
32 section_sPLT="sPLT" 32 section_sPLT="sPLT"
33 section_sRGB="sRGB" 33 section_sRGB="sRGB"
34 section_sTER="sTER" 34 section_sTER="sTER"
35 section_tEXt="tEXt" 35 section_tEXt="tEXt"
36 section_tIME="tIME" 36 section_tIME="tIME"
37 section_tRNS="tRNS" 37 section_tRNS="tRNS"
38 section_zTXt="zTXt" 38 section_zTXt="zTXt"
OLDNEW
« no previous file with comments | « pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.dict ('k') | pdf/pdfium/fuzzers/dicts/pdf_codec_tiff.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698