mirror of
https://github.com/github/codeql.git
synced 2026-05-08 07:01:36 +02:00
594 B
594 B
0.8.0
Query Metadata Changes
- The
cpp/double-freequery has been further improved to reduce false positives and its precision has been increased frommediumtohigh. - The
cpp/use-after-freequery has been further improved to reduce false positives and its precision has been increased frommediumtohigh.
Minor Analysis Improvements
- The queries
cpp/double-freeandcpp/use-after-freefind fewer false positives in cases where a non-returning function is called. - The number of duplicated dataflow paths reported by queries has been significantly reduced.