Merge branch 'glib' into 'master'

Add useful links to fuzzing README

See merge request GNOME/glib!398
This commit is contained in:
Philip Withnall 2018-10-11 21:56:15 +00:00
commit 603fb5958d

View File

@ -1,5 +1,7 @@
Fuzz targets used by [oss-fuzz](https://github.com/google/oss-fuzz/). Fuzz targets used by [oss-fuzz](https://github.com/google/oss-fuzz/).
Useful links: [Dashboard](https://oss-fuzz.com/) _(requires access)_, [Build logs](https://oss-fuzz-build-logs.storage.googleapis.com/index.html), [Coverage](https://oss-fuzz.com/v2/coverage-report/job/libfuzzer_asan_glib/latest)
## How to add new targets ## How to add new targets
Add **fuzz_target_name.c** and edit `meson.build` accordingly. Add **fuzz_target_name.c** and edit `meson.build` accordingly.