[clang] [analyzer] New optin.taint.TaintAlloc checker for catching unbounded memory allocation calls (PR #92420)
Daniel Krupp via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 06:12:38 PDT 2024
dkrupp wrote:
In the latest commit I fixed all remaining review comments.
GenericTaintchecker should be a dependency as mentioned in the FIXME, but it cannot be one until the checker is not a modeling checker. This separation will be done in a later follow-up patch. Until then, the documentation indicates the that alpha.security.taint.TaintPropagation checker should be switched on for this checker to work.
https://github.com/llvm/llvm-project/pull/92420
More information about the cfe-commits
mailing list