Set vtable offset as contained
[platform/upstream/coreclr.git] / sanitizerblacklist.txt
1 # This file has exclusions to the Clang address sanitizer to suppress error reports
2 # When Clang 3.8 is available, convert these to suppression list instead as that is preferred for internal code
3
4 # CMiniMdBase::UsesAllocatedMemory - suppress stack-buffer-underflow (code backs up pointer by -1 to check allocation ownership)
5 fun:_ZN11CMiniMdBase19UsesAllocatedMemoryEP11CMiniColDef
6
7 # JIT_InitPInvokeFrame - suppress unknown sanitizer issue causing SEGV on unknown address 0x000000000000
8 # 0 0x4e8a0c in __ubsan::checkDynamicType(void*, void*, unsigned long)
9 # 1 0x4e807f in HandleDynamicTypeCacheMiss(__ubsan::DynamicTypeCacheMissData*, unsigned long, unsigned long, __ubsan::ReportOptions)
10 # 2 0x4e8051 in __ubsan_handle_dynamic_type_cache_miss
11 # 3 0x7f02ce676cd8 in JIT_InitPInvokeFrame(InlinedCallFrame*, void*) /home/steveharter/git/dotnet_coreclr/src/vm/jithelpers.cpp:6491:9
12 # 4 0x7f0252bbceb2  (<unknown module>)
13 fun:_Z20JIT_InitPInvokeFrameP16InlinedCallFramePv
14