[clang] [llvm] [analyzer] Delete `alpha.security.MallocOverflow` (PR #103059)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 08:38:49 PDT 2024
vabridgers wrote:
I agree with Donat's proposal to remove this check, especially if the taint checker can be used to detect a "tainted" argument to an equivalent malloc() function. We see many false positives with the approach used in this checker to the extent that devs disable this checker.
LGTM, but someone else must approve. Thanks
https://github.com/llvm/llvm-project/pull/103059
More information about the cfe-commits
mailing list