[clang] [clang][analyzer] MmapWriteExecChecker improvements (PR #97078)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 00:06:42 PDT 2024
================
@@ -1,13 +1,14 @@
// RUN: %clang_analyze_cc1 -triple i686-unknown-linux -analyzer-checker=alpha.security.MmapWriteExec -analyzer-config alpha.security.MmapWriteExec:MmapProtExec=1 -analyzer-config alpha.security.MmapWriteExec:MmapProtRead=4 -DUSE_ALTERNATIVE_PROT_EXEC_DEFINITION -verify %s
----------------
balazske wrote:
There was really a test failure, fixed now.
https://github.com/llvm/llvm-project/pull/97078
More information about the cfe-commits
mailing list