From c5444648eee1c75594925541cbf38b9dee711b80 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Wed, 4 Oct 2017 12:57:02 -0700 Subject: [PATCH] Adding UBSAN suppressors for the time being --- tools/ubsan_suppressions.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/ubsan_suppressions.txt b/tools/ubsan_suppressions.txt index 6ccc306cf05..2268adc169f 100644 --- a/tools/ubsan_suppressions.txt +++ b/tools/ubsan_suppressions.txt @@ -9,3 +9,9 @@ alignment:poly1305_block_copy nonnull-attribute:google::protobuf::* alignment:google::protobuf::* nonnull-attribute:_tr_stored_block +# The following 5 suppressors should be removed as part of C++ cleanup +enum:client_fuzzer_one_entry +enum:message_compress_test +enum:transport_security_test +enum:algorithm_test +alignment:transport_security_test