chromium/third_party/pdfium/testing/fuzzers/pdf_formcalc_context_fuzzer.cc

// Copyright 2019 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <stdint.h>

#include <memory>

#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_string.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "fpdfsdk/fpdfxfa/cpdfxfa_context.h"
#include "fxjs/xfa/cfxjse_engine.h"
#include "fxjs/xfa/cfxjse_value.h"
#include "public/fpdf_formfill.h"
#include "testing/fuzzers/pdfium_fuzzer_helper.h"
#include "xfa/fxfa/cxfa_eventparam.h"

namespace {

// testing/resources/simple_xfa.pdf
const uint8_t kSimpleXfaPdfData[] =;

}  // namespace

class PDFiumFormCalcContextFuzzer : public PDFiumFuzzerHelper {};

extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {}