Merge pull request #6004 from MathiasVP/path-sensitive-stack-variable-reachability-analysis

C++: Add path-sensitivity to `StackVariableReachability`
This commit is contained in:
Geoffrey White
2021-07-15 12:34:33 +01:00
committed by GitHub
20 changed files with 682 additions and 166 deletions

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* The `StackVariableReachability` library now ignores some paths that contain an infeasible combination
of conditionals. These improvements primarily affect the queries `cpp/uninitialized-local` and
`cpp/use-after-free`.