[Libreoffice-commits] core.git: vcl/workben

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Mar 1 09:01:02 UTC 2019


 vcl/workben/fodpfuzzer.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit bbd3145f72c4abfbf17dd09d9cb2724f04416450
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Mar 1 09:00:04 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Mar 1 09:00:04 2019 +0000

    ofz#13431 fix build
    
    Change-Id: I55085ede7161c06c85ab14d553f27ac505cbbbc2

diff --git a/vcl/workben/fodpfuzzer.cxx b/vcl/workben/fodpfuzzer.cxx
index cb775f7cae14..268bc492a253 100644
--- a/vcl/workben/fodpfuzzer.cxx
+++ b/vcl/workben/fodpfuzzer.cxx
@@ -19,6 +19,11 @@ extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)
     return 0;
 }
 
+extern "C" void* SdCreateDialogFactory()
+{
+    return nullptr;
+}
+
 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
 {
     SvMemoryStream aStream(const_cast<uint8_t*>(data), size, StreamMode::READ);


More information about the Libreoffice-commits mailing list