-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[freetype2] Add MemorySanitizer #7033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It looks like the one failure has something to do with |
After much digging (getting the docker image to stick around by removing the In the This is all surprising because it appears that the llvm_libcxx has a honggfuzz_asan_llvm_libcxx fuzzer. However the llvm_libcxx project doesn't seem to be compiling at the moment for other reasons. The llvm_libcxxabi project seems to be green, but is doing something strange and does not itself appear to be building anything. The general llvm project also doesn't seem to be compiling for other reasons at the moment, so it isn't much help as an example either. |
This allows building libcxx and libcxxabi with the HonggFuzz fuzzer which requires sanitize-coverage. [0] google/oss-fuzz#7033
This allows building libcxx and libcxxabi with the HonggFuzz fuzzer which requires sanitize-coverage. [0] google/oss-fuzz#7033
This allows building libcxx and libcxxabi with the HonggFuzz fuzzer which requires sanitize-coverage. [0] google/oss-fuzz#7033
3eebd36
to
f493204
Compare
The upstream freetype-testing project now pulls llvm-project and builds libcxx and libcxx-abi and statically links against them to support the use of C++ in the fuzzer driver.
f493204
to
f77204b
Compare
Thanks for the thorough investigation here, I will take a look at the details regarding llvm_libcxx in the near future! |
The upstream freetype-testing project now pulls llvm-project and builds libcxx and libcxx-abi and statically links against them to support the use of C++ in the fuzzer driver.
The upstream freetype-testing project now pulls llvm-project and builds
libcxx and libcxx-abi and statically links against them to support the
use of C++ in the fuzzer driver.