diff options
author | Craig Tiller <ctiller@google.com> | 2017-05-10 08:04:38 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-05-10 08:04:38 -0700 |
commit | a189bacc9517919546b97e02aba5c01224f6790f (patch) | |
tree | f38db0e7918b42db588c67bb8e9deb65d42d898a | |
parent | 7b622ab558882a984b597cd87fe7175f5e1eea23 (diff) |
Add protobuf failures to ubsan suppression file
-rw-r--r-- | tools/ubsan_suppressions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ubsan_suppressions.txt b/tools/ubsan_suppressions.txt index 9869f98a22..f87ed18565 100644 --- a/tools/ubsan_suppressions.txt +++ b/tools/ubsan_suppressions.txt @@ -4,4 +4,6 @@ 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 |