[asan] *experimental* implementation of invalid-pointer-pair detector (finds when...
authorKostya Serebryany <kcc@google.com>
Thu, 27 Feb 2014 12:45:36 +0000 (12:45 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 27 Feb 2014 12:45:36 +0000 (12:45 +0000)
commit9b3d3a96a85fb6a908a76e0cbd5d23375838ae4f
tree1c8a68db0de31f61a0ef73b5b9eb5473252b0256
parent36b191fc1c627c0a44c6fdfcaa963d7e32c1c8a6
[asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202389 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp