oss-fuzz/projects/skia
John Stiles 6e51ac236e
Add SkSL dictionary to oss-fuzz. (#7170)
* Add SkSL dictionary to oss-fuzz.

* Add SkSL dictionary to oss-fuzz.
2022-01-21 11:50:02 +00:00
..
Dockerfile Add SkSL dictionary to oss-fuzz. (#7170) 2022-01-21 11:50:02 +00:00
README.md
build.sh Add SkSL dictionary to oss-fuzz. (#7170) 2022-01-21 11:50:02 +00:00
image_filter_deserialize_width.options
json.dict
project.yaml [skia] Add skia-bugs-central@skia-public.iam.gserviceaccount.com to auto_ccs (#6995) 2021-12-13 13:11:40 -05:00
sksl.dict Add SkSL dictionary to oss-fuzz. (#7170) 2022-01-21 11:50:02 +00:00

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