Update seed corpus path for PDFium fuzzers.
Change-Id: Iaf9546695271f148eef530bd8785dd51f703a623 Reviewed-on: https://chromium-review.googlesource.com/668074 Reviewed-by: Oliver Chang <ochang@chromium.org> Reviewed-by: Max Moroz <mmoroz@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#502112}
This commit is contained in:
@ -28,7 +28,7 @@ fuzzer_test("pdfium_fuzzer") {
|
||||
"//v8:external_startup_data",
|
||||
]
|
||||
dict = "dicts/pdf.dict"
|
||||
seed_corpus = "//third_party/pdfium/test"
|
||||
seed_corpus = "//third_party/pdfium/testing/resources"
|
||||
}
|
||||
|
||||
fuzzer_test("pdf_cmap_fuzzer") {
|
||||
@ -216,6 +216,6 @@ if (pdf_enable_xfa) {
|
||||
"//v8:external_startup_data",
|
||||
]
|
||||
dict = "dicts/pdf.dict"
|
||||
seed_corpus = "//third_party/pdfium/test"
|
||||
seed_corpus = "//third_party/pdfium/testing/resources"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user