commit | 639b53ecd82648fbb66a2ab7dabece7f15a1f730 | [log] [tgz] |
---|---|---|
author | Brian Chen <brian.chxn@gmail.com> | Tue May 07 04:05:44 2019 -0400 |
committer | Kurt Roeckx <kurt@roeckx.be> | Wed Sep 18 22:19:24 2019 +0200 |
tree | 3763b421564d03168c5d41303005895d8ce35061 | |
parent | a74b2eda2fcc386e85c6f859729631b0642c4ee6 [diff] |
Update fuzzing README for recent clang versions Recent clang versions ship with libfuzzer, so there's no need to build libfuzzer yourself. They also have a dedicated -fsanitize=fuzzer-no-link flag and no longer support the sanitize flags described in the fuzzing README. Update it to reflect all this. Fixes #8768. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> GH: #8891