[clang] [llvm] [analyzer] Delete `alpha.security.MallocOverflow` (PR #103059)

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 13 12:37:03 PDT 2024


================
@@ -1039,10 +1039,6 @@ def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,
   HelpText<"Warn about buffer overflows (newer checker)">,
   Documentation<HasDocumentation>;
 
-def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,
----------------
haoNoQ wrote:

We could keep this for a while to avoid breaking people's configurations, but given that the checker was alpha we're probably not strictly obliged to do that.

https://github.com/llvm/llvm-project/pull/103059


More information about the cfe-commits mailing list