diff options
author | Craig Tiller <ctiller@google.com> | 2017-05-11 13:24:00 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-05-11 13:24:00 -0700 |
commit | e1cc4285b62c57ad1204840ab0e74cdfea4a92a1 (patch) | |
tree | 8cd332a4c3c09265f93d18348d60f607cde25e03 /tools | |
parent | 45b89fb11ca3cd524787aeba7a1270f744a1256c (diff) |
Blanket suppress protobuf from ubsan runs
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ubsan_suppressions.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/ubsan_suppressions.txt b/tools/ubsan_suppressions.txt index f87ed18565..3384efcac9 100644 --- a/tools/ubsan_suppressions.txt +++ b/tools/ubsan_suppressions.txt @@ -4,6 +4,5 @@ nonnull-attribute:CBB_add_bytes nonnull-attribute:rsa_blinding_get nonnull-attribute:ssl_copy_key_material alignment:CRYPTO_cbc128_encrypt -nonnull-attribute:google::protobuf::DescriptorBuilder::BuildFileImpl -nonnull-attribute:google::protobuf::TextFormat::Printer::TextGenerator::Write - +nonnull-attribute:google::protobuf::* +alignment:google::protobuf::* |