Merge pull request #7682 from MathiasVP/rewrite-return-stack-allocated-memory-to-use-ir

C++: Use the IR for `cpp/return-stack-allocated-memory`.
This commit is contained in:
Mathias Vorreiter Pedersen
2022-01-21 14:57:30 +00:00
committed by GitHub
5 changed files with 382 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* The `cpp/return-stack-allocated-memory` query has been improved to produce fewer false positives. The
query has also been converted to a `path-problem` query.