Removing BoringSSL-specific ubsan suppressions.

Let's see if #17791 is really fixed.
pull/17930/head
Nicolas Noble 6 years ago committed by GitHub
parent 7e57732a1f
commit 510fba2deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      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
@ -16,11 +9,6 @@ enum:transport_security_test
enum:algorithm_test
alignment:transport_security_test
# TODO(jtattermusch): address issues and remove the supressions
nonnull-attribute:gsec_aes_gcm_aead_crypter_decrypt_iovec
nonnull-attribute:gsec_test_random_encrypt_decrypt
nonnull-attribute:gsec_test_multiple_random_encrypt_decrypt
nonnull-attribute:gsec_test_copy
nonnull-attribute:gsec_test_encrypt_decrypt_test_vector
alignment:absl::little_endian::Store64
alignment:absl::little_endian::Load64
float-divide-by-zero:grpc::testing::postprocess_scenario_result

Loading…
Cancel
Save