oss-fuzz/projects/mp4san
Jessa d52d6cfb8f
mp4san: fuzz all project crates (#11093)
The `webpsan` crate in this project is planned to be used by Signal
Messenger to address CVE-2023-4863.

I tested this change via:

```
$ python infra/helper.py pull_images
$ python infra/helper.py build_image mp4san
$ python infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture x86_64 mp4san
$ python infra/helper.py check_build   --sanitizer address --engine libfuzzer --architecture x86_64 mp4san mp4san-sanitize
$ python infra/helper.py check_build   --sanitizer address --engine libfuzzer --architecture x86_64 mp4san webpsan-sanitize
```
2023-10-08 23:43:55 +01:00
..
Dockerfile
build.sh
project.yaml