Merge pull request #17930 from grpc/boringssl-ubsan-test

Removing BoringSSL-specific ubsan suppressions.
pull/17937/head
Nicolas Noble 6 years ago committed by GitHub
commit e06b73cab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      test/core/util/ubsan_suppressions.txt

@ -1,11 +1,4 @@
# boringssl stuff
nonnull-attribute:bn_wexpand
nonnull-attribute:CBB_add_bytes
nonnull-attribute:rsa_blinding_get
nonnull-attribute:ssl_copy_key_material
alignment:CRYPTO_cbc128_encrypt
alignment:CRYPTO_gcm128_encrypt
alignment:poly1305_block_copy
# Protobuf stuff
nonnull-attribute:google::protobuf::*
alignment:google::protobuf::*
nonnull-attribute:_tr_stored_block

Loading…
Cancel
Save