mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
268 B
268 B
lgtm
- A new query (
cpp/incorrect-allocation-error-handling) has been added. The query finds incorrect error-handling of calls tooperator new. This query was originally submitted as an experimental query by @ihsinme.