summaryrefslogtreecommitdiff
path: root/lib/asan
diff options
context:
space:
mode:
authorDerek Bruening <bruening@google.com>2016-04-27 21:20:46 +0000
committerDerek Bruening <bruening@google.com>2016-04-27 21:20:46 +0000
commitc97c82cc2895d3ac599c2fe3c09ba3950de33b4f (patch)
tree9aa62f855df45689eb6d9f5c1938c1c148ffd0bc /lib/asan
parent327e73030b57359155c84e3be635e4870c674172 (diff)
[sanitizer] Add early call handling to strchr + strrchr interceptors
Summary: The strchr and strrchr interceptors are sometimes invoked too early for their REAL() counterparts to be initialized. We have seen this in hooks invoked from tcmalloc on the dlsym() used in initializing interceptors. A special check is added to use internal_ routines for this situation. Reviewers: vitalybuka, aizatsky, filcab Subscribers: filcab, llvm-commits, eugenis, kcc, zhaoqin, aizatsky, kubabrecka Differential Revision: http://reviews.llvm.org/D19607 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@267793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan')
0 files changed, 0 insertions, 0 deletions