// 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 <stdint.h> #include "core/fxcodec/jbig2/JBig2_Context.h" #include "core/fxcodec/jbig2/JBig2_DocumentContext.h" #include "core/fxcodec/jbig2/jbig2_decoder.h" #include "core/fxcrt/compiler_specific.h" #include "core/fxcrt/fx_safe_types.h" #include "core/fxcrt/span.h" #include "core/fxge/dib/cfx_dibitmap.h" #include "core/fxge/dib/fx_dib.h" #include "testing/fuzzers/pdfium_fuzzer_util.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { … }