// Copyright 2017 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "public/cpp/fpdf_scopers.h" #include "public/fpdf_edit.h" #include "public/fpdfview.h" static constexpr size_t kMaxFuzzBytes = …; // 1 GB. extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { … }