[libFuzzer] properly hide the memcmp interceptor from msan

llvm-svn: 294061
This commit is contained in:
Kostya Serebryany 2017-02-03 22:51:38 +00:00
parent 2b07455315
commit 9f8e47b28c
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ void TracePC::DumpCoverage() {
// For cmp instructions the interesting value is a XOR of the parameters.
// The interesting value is mixed up with the PC and is then added to the map.
ATTRIBUTE_NO_SANITIZE_ADDRESS
ATTRIBUTE_NO_SANITIZE_ALL
void TracePC::AddValueForMemcmp(void *caller_pc, const void *s1, const void *s2,
size_t n, bool StopAtZero) {
if (!n) return;