diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-27 20:13:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-29 20:42:51 +0200 |
commit | 6c3f27c794b90e2877edd72689d7d8284fecff00 (patch) | |
tree | ffe94297c84290e858bfcc606e0cac83a8e5a508 /vcl/Module_vcl.mk | |
parent | 6b6b83b43fcae13e30a9ca67b421187a5e0d7142 (diff) |
add a fodt to pdf fuzzer
Initially give it a fairly tiny input size limit.
Change-Id: Iabc2611174e88f1f6050edb21da4f28694bac4a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151151
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index b8728a8529e4..5265cd951243 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -177,6 +177,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_qpwfuzzer \ Executable_slkfuzzer \ Executable_fodtfuzzer \ + Executable_fodt2pdffuzzer \ Executable_fodsfuzzer \ Executable_fodpfuzzer \ Executable_xlsfuzzer \ |