llvm-6502/test/Instrumentation
Evgeniy Stepanov 7c7b8e57f8 [msan] Fix handling of va_arg overflow area on x86_64.
The code was erroneously reading overflow area shadow from the TLS slot,
bypassing the local copy. Reading shadow directly from TLS is wrong, because
it can be overwritten by a nested vararg call, if that happens before va_start.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189104 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-23 12:11:00 +00:00
..
AddressSanitizer [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
BoundsChecking [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
DataFlowSanitizer DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions, and vice versa, with wrappers. 2013-08-22 20:08:15 +00:00
MemorySanitizer [msan] Fix handling of va_arg overflow area on x86_64. 2013-08-23 12:11:00 +00:00
ThreadSanitizer [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00