Yannis Guyon
2d547e24dc
Compare kFuzzPxLimit to max_num_operations
...
To avoid timeouts caused by extreme rescaling such as
1x14339 -> 51712x1
Change-Id: I291d8e3b24155c190256411a506b7312abde8c45
2023-05-16 13:20:14 +02:00
Yannis Guyon
916548c28c
Make kFuzzPxLimit sanitizer dependent
...
Change-Id: Ib70f3c05fc845494c45cb357e70e9602a7e876a3
2023-04-25 08:14:22 +02:00
James Zern
4070b271ab
advanced_api_fuzzer: reduce scaling limit
...
avoids another timeout while fuzzing with ASan
Change-Id: Ic5dfed15347bdd36f42274b8b2a25aec79fd568c
2023-04-18 16:56:23 -07:00
James Zern
0696e1a7fb
advanced_api_fuzzer: reduce scaling limit
...
avoids another timeout while fuzzing with ASan
Change-Id: Icf7209f3f93b894684ac7364864e4568b6b2c057
2023-04-11 12:16:39 -07:00
James Zern
cbf624b561
advanced_api_fuzzer: reduce scaling limit
...
avoids another timeout while fuzzing with ASan
Change-Id: Ibd89e56bf936aeea040cd4c47ccae20960417ac0
2023-03-24 10:52:46 -07:00
yguyon@google.com
89edfdd1e9
Skip slow scaling in libwebp advanced_api_fuzzer
...
Change-Id: Ic57e7f8418afec42f042197a401aaf4cc047b23f
2023-03-24 10:52:43 -07:00
yguyon@google.com
859f19f74f
Reduce libwebp advanced_api_fuzzer threshold
...
To avoid timeouts.
Change-Id: I8909661479cdbcb940bb44c6f9130906cab3f271
2023-03-24 10:52:40 -07:00
Yannis Guyon
1347a32d82
Skip big scaled advanced_api_fuzzer
...
To avoid timeouts.
Change-Id: I8f04fd45313bef47004a616d2460be992692030d
2023-02-08 10:53:40 +01:00
Yannis Guyon
52b6f06703
Fix scaling limit in advanced_api_fuzzer.c
...
config.options.scaled_width or config.options.scaled_height being 0
means a ratio-conservative scaling so 7361842
was not enough.
Change-Id: Ib75241eb683cf824bc46222c5c07535b6c6d7313
2023-02-07 18:05:42 +01:00
Yannis Guyon
7361842839
Limit scaling in libwebp advanced_api_fuzzer.c
...
Change-Id: Ic1e3fdc76f4bdcb1ac68cf4f9334d2e77ca29374
2023-01-27 14:39:14 +01:00
James Zern
c5bc36243a
fuzzer/*: normalize src/ includes
...
this uses the format introduced to some files in:
cc3577e9
fuzzer/*: use src/ based include paths
Change-Id: I9b5cbeadbb9d54d1e89f474a6e479a5eb3175ed7
2021-07-28 13:32:19 -07:00
James Zern
b60d460318
advanced_api_fuzzer: add extreme config value coverage
...
this enables cases that might trigger overflows, but increases the risk
of OOM and timeouts
Bug: chromium:1196850
Change-Id: I317b5109525646731e762faa3c34ed28a27595dc
2021-06-23 18:53:05 -07:00
James Zern
bd94090a11
import fuzzers from oss-fuzz/chromium
...
+ a simple makefile + README
these were mostly equivalent, chromium added support for
WEBP_REDUCE_CSP.
the file names were normalized as follows:
fuzz_advanced_api.{c,cc} -> advanced_api_fuzzer.c
fuzz_animation_api.{c,cc} -> animation_api_fuzzer.c
fuzz_webp_animencoder.cc -> animencoder_fuzzer.cc
fuzz_demux_api.{c,cc} -> demux_api_fuzzer.c
fuzz_webp_enc_dec.cc -> enc_dec_fuzzer.cc
fuzz.h -> fuzz_utils.h
fuzz_simple_api.{c,cc} -> simple_api_fuzzer.c
Bug: webp:409
Change-Id: Ib997f0c92f25f8a1f91da83790298cd848b61a5d
2020-10-13 18:31:08 -07:00