# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,fodpfuzzer)) $(eval $(call gb_Executable_use_api,fodpfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,fodpfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,fodpfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,fodpfuzzer,\ $(fuzzer_draw_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,fodpfuzzer,\ $(fuzzer_statics) \ fuzzer_draw \ )) $(eval $(call gb_Executable_add_exception_objects,fodpfuzzer,\ vcl/workben/fodpfuzzer \ )) $(eval $(call gb_Executable_add_libs,fodpfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: ue='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/java_websocket/patches
AgeCommit message (Expand)Author
2023-10-09cid#1545413 drop PerMessageDeflateExtensionCaolán McNamara
2023-10-05cid#1546344 Dm: Dubious method usedCaolán McNamara
2023-10-05cid#1545249 Bad bit shift operationCaolán McNamara
2023-10-05cid#1546341 Resource leak on an exceptional pathCaolán McNamara
2023-10-02cid#1545284 fix UR: Uninitialized read of field in constructorCaolán McNamara
2023-10-02cid#1546494 Dm: Dubious method usedCaolán McNamara
2023-10-02cid#1545515 Dm: Dubious method usedCaolán McNamara
2023-10-02cid#1546292 DLS: Dead local storeCaolán McNamara
2023-10-01cid#1545284 UR: Uninitialized read of field in constructorCaolán McNamara
2023-09-30cid#1546192 SIC: Inner class could be made staticCaolán McNamara
2023-09-05set java_websocket source as UTF-8Caolán McNamara
2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey