Files
codeql/cpp/change-notes/2021-05-20-incorrect-allocation-error-handling.md
2021-05-21 11:12:19 +02:00

3 lines
268 B
Markdown

lgtm
* A new query (`cpp/incorrect-allocation-error-handling`) has been added. The query finds incorrect error-handling of calls to `operator new`. This query was originally [submitted as an experimental query by @ihsinme](https://github.com/github/codeql/pull/5010).