1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
558 B

// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TESTING_FUZZERS_PDFIUM_XFA_LPM_FUZZ_STUB_H_
#define TESTING_FUZZERS_PDFIUM_XFA_LPM_FUZZ_STUB_H_
#include "public/fpdfview.h"
// LPM defines LLVMFuzzerTestOneInput, this function should be used by the LPM
// harness to pass the deserialized proto to PDFium.
FPDF_EXPORT void PdfiumXFALPMFuzzStub(const char* pdf, size_t size);
#endif // TESTING_FUZZERS_PDFIUM_XFA_LPM_FUZZ_STUB_H_