diff options
author | Muxi Yan <mxyan@google.com> | 2017-07-13 11:55:09 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-07-13 11:55:09 -0700 |
commit | b750d2b5aa4bc907d32b7691dd9aa00e35ea9a86 (patch) | |
tree | a07fe5f3753ad77fbf3787848b880720e602a5c7 /tools | |
parent | e8714b93b9c22f1d43a4b71b7e673c812a4fd1a8 (diff) |
lib - Fix ubsan by add exception to zlib function
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ubsan_suppressions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ubsan_suppressions.txt b/tools/ubsan_suppressions.txt index 83dcfc3d05..2dcfeea9af 100644 --- a/tools/ubsan_suppressions.txt +++ b/tools/ubsan_suppressions.txt @@ -7,3 +7,4 @@ alignment:CRYPTO_cbc128_encrypt alignment:CRYPTO_gcm128_encrypt nonnull-attribute:google::protobuf::* alignment:google::protobuf::* +nonnull-attribute:_tr_stored_block |