Sha256: ef4a392b1c674df1c18586d45cf9c9d64ca55c554360ac8cd2f5ca1efaadc0c8

Contents?: true

Size: 513 Bytes

Versions: 5

Compression:

Stored size: 513 Bytes

Contents

# Blacklist for AddressSanitizer. Turns off instrumentation of particular
# functions or sources. Use with care. You may set location of blacklist
# at compile-time using -fsanitize-blacklist=<path> flag.

# Example usage:
# fun:*bad_function_name*
# src:file_with_tricky_code.cc
# global:*global_with_bad_access_or_initialization*
# global:*global_with_initialization_issues*=init
# type:*Namespace::ClassName*=init

# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
fun:*_Find_elem@*@std*

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcodebuild-helper-1.2.5 externals/oclint/lib/clang/3.7.0/asan_blacklist.txt
xcodebuild-helper-1.2.3 externals/oclint/lib/clang/3.7.0/asan_blacklist.txt
xcodebuild-helper-1.1.1 externals/oclint/lib/clang/3.7.0/asan_blacklist.txt
xcodebuild-helper-1.1.0 externals/oclint/lib/clang/3.7.0/asan_blacklist.txt
xcodebuild-helper-1.0.0 externals/oclint/lib/clang/3.7.0/asan_blacklist.txt