Lines Matching +full:build +full:- +full:docs
1 Fuzz targets used by [oss-fuzz](https://github.com/google/oss-fuzz/).
3 …-fuzz.com/) _(requires access)_, [Build logs](https://oss-fuzz-build-logs.storage.googleapis.com/i…
7 Add **fuzz_target_name.c** and edit `meson.build` accordingly.
9 New targets are picked up by oss-fuzz automatically within a day. Targets must not be renamed once …
17 glib/** # all files in directory glib and sub-directories
21 …//llvm.org/docs/LibFuzzer.html#fuzz-target), [Dictionaries](https://llvm.org/docs/LibFuzzer.html#d…
23 ## How to reproduce oss-fuzz bugs locally
25 Build with at least the following flags, choosing a sanitizer as needed. A somewhat recent version …
28 $ CC=clang CXX=clang++ meson DIR -Db_sanitize=<address|undefined> -Db_lundef=false
41 …tion is [difficult to achieve](https://clang.llvm.org/docs/MemorySanitizer.html#handling-external-…
43 …uce](https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md#building-using-docker) tho…
47 `llvm-symbolizer` must be in `PATH`.