diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-27 20:49:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-27 21:52:09 +0200 |
commit | 803ec436b13576e3f2818bb4ef6559e8f24b3d0c (patch) | |
tree | d5ff9dc0fbf457c7effb56ab1972ce9d918f9518 /vcl | |
parent | aa7e489533a82135272576e06492631d8a9e3c66 (diff) |
ofz#40404 try smaller documents to avoid timeouts
Change-Id: I7ac320fe062bc076cfd0e3d1b37e32154db79ad5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124302
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/dbffuzzer.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/dbffuzzer.options b/vcl/workben/dbffuzzer.options index 678d526b1ea9..bf169a74ba63 100644 --- a/vcl/workben/dbffuzzer.options +++ b/vcl/workben/dbffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 65536 +max_len = 49152 |