summaryrefslogtreecommitdiff
path: root/vcl/workben/pngfuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/pngfuzzer.cxx')
-rw-r--r--vcl/workben/pngfuzzer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/workben/pngfuzzer.cxx b/vcl/workben/pngfuzzer.cxx
index a88784e1af17..2a3357830007 100644
--- a/vcl/workben/pngfuzzer.cxx
+++ b/vcl/workben/pngfuzzer.cxx
@@ -40,6 +40,11 @@ extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)
return 0;
}
+extern "C" void* lo_get_custom_widget_func(const char*)
+{
+ return nullptr;
+}
+
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
{
SvMemoryStream aStream(const_cast<uint8_t*>(data), size, StreamMode::READ);