mirror of
https://github.com/github/codeql.git
synced 2026-07-07 04:25:30 +02:00
516 B
516 B
1.3.0
New Queries
- Added a new high-precision quality query,
cpp/guarded-free, which detects useless NULL pointer checks before calls tofree. A variation of this query was originally contributed as an experimental query by @mario-campos.
Minor Analysis Improvements
- The "Call to function with fewer arguments than declared parameters" query (
cpp/too-few-arguments) query no longer produces results if the function has been implicitly declared.