[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://reviews.llvm...
authorKostya Serebryany <kcc@google.com>
Wed, 14 Dec 2016 19:10:17 +0000 (19:10 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 14 Dec 2016 19:10:17 +0000 (19:10 +0000)
commit6bca8423c9bd6c29856901fd1fb3e2ab5e653526
tree6fad37237e718a6f1604dec5a74501e65929d6a1
parent032dbf9ee3646743de95a98195149d377065573f
[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://reviews.llvm.org/D27659)

llvm-svn: 289690
compiler-rt/lib/msan/msan_interceptors.cc
compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
compiler-rt/test/asan/TestCases/Linux/bcmp_test.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Linux/bcopy_test.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Linux/bzero_test.cc [new file with mode: 0644]