summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-08-23 12:11:00 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-08-23 12:11:00 +0000
commitd42863cc1fd8702aa635859a56411bd5f3a59142 (patch)
treecf03484706f557117f8e320babffe3255cc077e7 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
parente3dd684aadcaba6993e0d91734cc4cc62ff4de87 (diff)
downloadbcm5719-llvm-d42863cc1fd8702aa635859a56411bd5f3a59142.tar.gz
bcm5719-llvm-d42863cc1fd8702aa635859a56411bd5f3a59142.zip
[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
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud