Merge pull request #5903 from MathiasVP/tainted-allocation-size-barrier

C++: Add barriers to `cpp/uncontrolled-allocation-size`
This commit is contained in:
Mathias Vorreiter Pedersen
2021-05-17 15:24:45 +02:00
committed by GitHub
4 changed files with 217 additions and 228 deletions

View File

@@ -0,0 +1,2 @@
lgtm
* The "Tainted allocation size" query (cpp/uncontrolled-allocation-size) has been improved to produce fewer false positives.