diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2016-03-21 21:36:17 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2016-03-21 21:36:17 +0000 |
commit | accf390a757c8cd230127fc4896c254bdeb7604b (patch) | |
tree | 576a2e730e39c1c7644097ed4cdd9e8dfacd34f6 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 3887a4172528d14b88b5d254866c4466fbddcfc9 (diff) | |
download | bcm5719-llvm-accf390a757c8cd230127fc4896c254bdeb7604b.tar.gz bcm5719-llvm-accf390a757c8cd230127fc4896c254bdeb7604b.zip |
[sanitizer] Add strchr* to the common interceptors
Adds strchr, strchrnul, and strrchr to the common interceptors, under a new
common flag intercept_strchr.
Removes the now-duplicate strchr interceptor from asan and all 3
interceptors from tsan. Previously, asan did not intercept strchrnul, but
does now; previously, msan did not intercept strchr, strchrnul, or strrchr,
but does now.
http://reviews.llvm.org/D18329
Patch by Derek Bruening!
llvm-svn: 263992
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions