[clang] [analyzer] New optin.taint.TaintedAlloc checker for catching unbounded memory allocation calls (PR #92420)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 5 03:36:16 PDT 2024
================
@@ -938,6 +938,53 @@ optin.portability.UnixAPI
"""""""""""""""""""""""""
Finds implementation-defined behavior in UNIX/Posix functions.
+.. _optin-taint-TaintedAlloc:
+
+optin.taint.TaintedAlloc (C, C++)
+"""""""""""""""""""""""""""""""
----------------
steakhal wrote:
```suggestion
"""""""""""""""""""""""""""""""""
```
https://github.com/llvm/llvm-project/pull/92420
More information about the cfe-commits
mailing list