mirror of
https://github.com/github/codeql.git
synced 2026-04-11 18:14:01 +02:00
664 B
664 B
0.7.4
New Queries
- Added a new query,
cpp/invalid-pointer-deref, to detect out-of-bounds pointer reads and writes.
Minor Analysis Improvements
- The "Comparison where assignment was intended" query (
cpp/compare-where-assign-meant) no longer reports comparisons that appear in macro expansions. - Some queries that had repeated results corresponding to different levels of indirection for
argvnow only have a single result. - The
cpp/non-constant-formatquery no longer considers an assignment on the right-hand side of another assignment to be a source of non-constant format strings. As a result, the query may now produce fewer results.