mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02: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.