1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-31 07:52:55 +01:00
llvm-mirror/test/Instrumentation/MemorySanitizer
Evgeniy Stepanov 47f9a57504 [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.

llvm-svn: 189104
2013-08-23 12:11:00 +00:00
..
X86
msan_basic.ll [msan] Fix handling of va_arg overflow area on x86_64. 2013-08-23 12:11:00 +00:00
unreachable.ll