From f3f3bdf708e5867369ae0a5b7362a429ba70e8ba Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 14 Feb 2024 21:47:20 +0000 Subject: ofz: don't need "cui" for fuzzing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3d8778d23a21bdd4a6babf495552112c67938111 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163413 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/workben/commonfuzzer.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vcl/workben') diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx index 8df1d7200eb9..2ac18fd51a49 100644 --- a/vcl/workben/commonfuzzer.hxx +++ b/vcl/workben/commonfuzzer.hxx @@ -79,6 +79,10 @@ namespace } } +extern "C" void* CreateDialogFactory() { return nullptr; } + +extern "C" bool GetSpecialCharsForEdit() { return false; } + extern "C" { __attribute__((weak)) void __lsan_disable(); -- cgit