summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-06-27 15:57:53 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-06-27 15:57:53 +0000
commit7d1ebed0c5c3c7e313cb47d89942030a896650cd (patch)
treee01c61071900e68781fec38461cda091f7ecaeaf /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
parent7d03ce480a4f1735ae79873739dfee4abc9dcaca (diff)
downloadbcm5719-llvm-7d1ebed0c5c3c7e313cb47d89942030a896650cd.tar.gz
bcm5719-llvm-7d1ebed0c5c3c7e313cb47d89942030a896650cd.zip
[asan] fix false dynamic-stack-buffer-overflow report with constantly-sized dynamic allocas, compiler-rt part
See the bug report at https://github.com/google/sanitizers/issues/691. When a dynamic alloca has a constant size, ASan instrumentation will treat it as a regular dynamic alloca (insert calls to poison and unpoison), but the backend will turn it into a regular stack variable. The poisoning/unpoisoning is then broken. This patch will treat such allocas as static. Differential Revision: http://reviews.llvm.org/D21509 llvm-svn: 273889
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud