Disable UBSan vptr (#1130)

This commit is contained in:
Abhishek Arya 2018-02-03 08:33:30 -08:00 committed by GitHub
parent 9761e6519d
commit 2998db4fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 \
"