From 1c192edfd5a6f4c0ed6659ebc3d8ed964cdc65c0 Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Tue, 17 Aug 2021 20:12:51 +0200 Subject: [PATCH] [cfg] Add the MallocOverflow checker to the extreme profile @whisperity commented at PR #3392 that this checker should be in the extreme profile. This patch addresses this nuance. --- config/checker_profile_map.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/checker_profile_map.json b/config/checker_profile_map.json index 960584cf13..190799b236 100644 --- a/config/checker_profile_map.json +++ b/config/checker_profile_map.json @@ -243,6 +243,7 @@ "misc-misplaced-widening" ], "extreme": [ + "alpha.security.MallocOverflow", "boost", "bugprone", "cert",