Change note

This commit is contained in:
Nora Dimitrijević
2022-08-24 21:09:24 +02:00
parent 170d12bf5a
commit 6158ee1133

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `cpp/missing-check-scanf`, to detect `scanf` output variables that are used without a proper return-value check to see that they were actually written.