aboutsummaryrefslogtreecommitdiff
path: root/clang
diff options
context:
space:
mode:
authorThurston Dang <thurston@google.com>2024-05-10 15:36:55 -0700
committerGitHub <noreply@github.com>2024-05-10 15:36:55 -0700
commitd9ce33a0eea701719651dafbf88deae0ece96976 (patch)
tree8060a69fb4da1460b424af60a8d3335fa30c6ab8 /clang
parent30aa49cbc2ece32bebcb06cc9e64f1daeb1dbbcb (diff)
downloadllvm-d9ce33a0eea701719651dafbf88deae0ece96976.zip
llvm-d9ce33a0eea701719651dafbf88deae0ece96976.tar.gz
llvm-d9ce33a0eea701719651dafbf88deae0ece96976.tar.bz2
[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)
libfuzzer's -jobs option will, depending on the number of CPUs, spin up a WorkerThread and end up printing the log file using CopyFileToErr. This leads to an MSan false positive. This patch disables the MSan interceptor checks, similarly to other instances in https://reviews.llvm.org/D48891 Side-note: this false positive issue first appeared when printf() was replaced by puts() (90b4d1bcb20180c591385131b12fa90d2e4860b1). The interceptor check was always present; however, MSan does not check_printf by default.
Diffstat (limited to 'clang')
0 files changed, 0 insertions, 0 deletions