brintos

brintos / llvm-project-archived public Read only

0
0
Text · 586 B · 9732333 Raw
15 lines · plain
1.. title:: clang-tidy - clang-analyzer-optin.taint.TaintedAlloc2.. meta::3   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-taint-taintedalloc4 5clang-analyzer-optin.taint.TaintedAlloc6=======================================7 8Check for memory allocations, where the size parameter might be a tainted9(attacker controlled) value.10 11The `clang-analyzer-optin.taint.TaintedAlloc` check is an alias, please see12`Clang Static Analyzer Available Checkers13<https://clang.llvm.org/docs/analyzer/checkers.html#optin-taint-taintedalloc>`_14for more information.15