[compiler-rt] r289690 - [sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://reviews.llvm.org/D27659)
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 15 12:22:24 PST 2016
On Wed, Dec 14, 2016 at 11:10 AM, Kostya Serebryany via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: kcc
> Date: Wed Dec 14 13:10:17 2016
> New Revision: 289690
>
> URL: http://llvm.org/viewvc/llvm-project?rev=289690&view=rev
> Log:
> [sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://reviews.llvm.org/D27659)
>
> Added:
> compiler-rt/trunk/test/asan/TestCases/Linux/bcmp_test.cc
> compiler-rt/trunk/test/asan/TestCases/Linux/bcopy_test.cc
> compiler-rt/trunk/test/asan/TestCases/Linux/bzero_test.cc
> Modified:
> compiler-rt/trunk/lib/msan/msan_interceptors.cc
> compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
> compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h
Reverted in r289864, as it broke programs on Mac. See the code review
for details.
More information about the llvm-commits
mailing list