oss-fuzz/projects/skia
Kevin Lubick 5710910e47
[skia] Define SK_BUILD_FOR_FUZZER also (#10001)
SkMalloc.h no longer includes SkTypes.h which aliased
SK_BUILD_FOR_LIBFUZZER into SK_BUILD_FOR_FUZZER.

This fixes this.
2023-03-29 10:02:00 -07:00
..
Dockerfile
README.md
build.sh [skia] Define SK_BUILD_FOR_FUZZER also (#10001) 2023-03-29 10:02:00 -07:00
image_filter_deserialize_width.options
json.dict
project.yaml
sksl.dict

README.md

When bench testing image_filter_deserialize, it may be useful to have malloc_limit_mb = 500, and timeout = 10 to find actionable OOM culprits sooner.

When reproducing, add -malloc_limit_mb=100 -rss_limit_mb=0 after the repro_test to locate where big memory allocations are happening.

python infra/helper.py reproduce skia image_decode ~/Downloads/foo -malloc_limit_mb=100 -rss_limit_mb=0