diff options
author | Peter Wu <peter@lekensteyn.nl> | 2017-05-04 14:03:57 +0000 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2017-05-04 14:03:57 +0000 |
commit | dbc4f7413c410869c2a04fdd969a2eacca770f8a (patch) | |
tree | 0bbd62fe1ecbb0ef012d23666458927fa4fc0875 /lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp | |
parent | ce4518f21d55eee34d891db39baaeb471ee79397 (diff) | |
download | bcm5719-llvm-dbc4f7413c410869c2a04fdd969a2eacca770f8a.tar.gz bcm5719-llvm-dbc4f7413c410869c2a04fdd969a2eacca770f8a.zip |
[ASAN] Add interceptor for __longjmp_chk
Summary:
glibc on Linux calls __longjmp_chk instead of longjmp (or _longjmp) when
_FORTIFY_SOURCE is defined. Ensure that an ASAN-instrumented program
intercepts this function when a system library calls it, otherwise the
stack might remain poisoned and result in CHECK failures and false
positives.
Fixes https://github.com/google/sanitizers/issues/721
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D32408
llvm-svn: 302152
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp')
0 files changed, 0 insertions, 0 deletions