[libFuzzer] add __attribute__((no_sanitize_memory)) to two functions that may be...
authorKostya Serebryany <kcc@google.com>
Thu, 17 Mar 2016 19:42:35 +0000 (19:42 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 17 Mar 2016 19:42:35 +0000 (19:42 +0000)
commit23dbc390af8218f0a3b3035d5380cd7087aefecc
treeb1ae99361027ec23c4b9fd9738dc26d4c96c7b90
parent6979e74ce0f7f1fd856d66d687077f439e282277
[libFuzzer] add __attribute__((no_sanitize_memory)) to two functions that may be called from signal handler(s) or from msan. This will hopefully avoid msan false reports which I can't reproduce

llvm-svn: 263737
llvm/lib/Fuzzer/FuzzerLoop.cpp