From b5322176a91013ab41bd2f3b0df5541488082b62 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Mon, 27 Jul 2020 11:23:20 -0700 Subject: Rename CFI blocklist file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update language to comply with Android’s inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: build Change-Id: I2b82e7d5390e5385e700961587cf9288b89d0040 --- lib/cfi/cfi_blacklist.txt | 29 ----------------------------- lib/cfi/cfi_blocklist.txt | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 lib/cfi/cfi_blacklist.txt create mode 100644 lib/cfi/cfi_blocklist.txt diff --git a/lib/cfi/cfi_blacklist.txt b/lib/cfi/cfi_blacklist.txt deleted file mode 100644 index 644b07866..000000000 --- a/lib/cfi/cfi_blacklist.txt +++ /dev/null @@ -1,29 +0,0 @@ -# Standard library types. -type:std::* - -# The stdext namespace contains Microsoft standard library extensions. -type:stdext::* - -# Types with a uuid attribute, i.e. COM types. -type:attr:uuid - -# STL allocators (T *allocator::allocate(size_type, const void*)). -# The type signature mandates a cast from uninitialized void* to T*. -# size_type can either be unsigned int (j) or unsigned long (m). -fun:*8allocateEjPKv -fun:*8allocateEmPKv - -# std::get_temporary_buffer, likewise (libstdc++, libc++). -fun:_ZSt20get_temporary_buffer* -fun:_ZNSt3__120get_temporary_buffer* - -# STL address-of magic (libstdc++, libc++). -fun:*__addressof* -fun:_ZNSt3__19addressof* - -# Windows C++ stdlib headers that contain bad unrelated casts. -src:*xmemory0 -src:*xstddef - -# b/119127110 -fun:*internal_default_instance* diff --git a/lib/cfi/cfi_blocklist.txt b/lib/cfi/cfi_blocklist.txt new file mode 100644 index 000000000..644b07866 --- /dev/null +++ b/lib/cfi/cfi_blocklist.txt @@ -0,0 +1,29 @@ +# Standard library types. +type:std::* + +# The stdext namespace contains Microsoft standard library extensions. +type:stdext::* + +# Types with a uuid attribute, i.e. COM types. +type:attr:uuid + +# STL allocators (T *allocator::allocate(size_type, const void*)). +# The type signature mandates a cast from uninitialized void* to T*. +# size_type can either be unsigned int (j) or unsigned long (m). +fun:*8allocateEjPKv +fun:*8allocateEmPKv + +# std::get_temporary_buffer, likewise (libstdc++, libc++). +fun:_ZSt20get_temporary_buffer* +fun:_ZNSt3__120get_temporary_buffer* + +# STL address-of magic (libstdc++, libc++). +fun:*__addressof* +fun:_ZNSt3__19addressof* + +# Windows C++ stdlib headers that contain bad unrelated casts. +src:*xmemory0 +src:*xstddef + +# b/119127110 +fun:*internal_default_instance* -- cgit v1.2.3