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

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

#include <cstdint>

#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_boolean.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_hint_tables.h"
#include "core/fpdfapi/parser/cpdf_linearized_header.h"
#include "core/fpdfapi/parser/cpdf_number.h"
#include "core/fxcrt/cfx_bitstream.h"
#include "core/fxcrt/span.h"

int32_t GetData(const int32_t** data32, const uint8_t** data, size_t* size) {}

class HintTableForFuzzing final : public CPDF_HintTables {};

class FakeLinearized final : public CPDF_LinearizedHeader {};

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