mirror of https://github.com/google/oss-fuzz.git
Disable UBSan vptr (#1130)
This commit is contained in:
parent
9761e6519d
commit
2998db4fa5
|
@ -15,6 +15,10 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
# Disable UBSan vptr since target built with -fno-rtti.
|
||||
export CFLAGS="$CFLAGS -fno-sanitize=vptr"
|
||||
export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
|
||||
|
||||
FUZZER_TARGETS="\
|
||||
test/common/common:base64_fuzz_test \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue