// Copyright 2018 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 <memory> #include "core/fxcrt/compiler_specific.h" #include "core/fxcrt/fx_codepage.h" #include "core/fxcrt/span.h" #include "core/fxcrt/widestring.h" #include "core/fxge/cfx_font.h" #include "core/fxge/fx_font.h" #include "xfa/fgas/font/cfgas_gefont.h" #include "xfa/fgas/layout/cfgas_char.h" #include "xfa/fgas/layout/cfgas_rtfbreak.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { … }