CPP: Autoformat 'Critical'.

This commit is contained in:
Geoffrey White
2019-04-17 14:17:24 +01:00
parent 45a35a8572
commit e395f5215f
34 changed files with 654 additions and 635 deletions

View File

@@ -8,9 +8,11 @@
* security
* external/cwe/cwe-476
*/
import cpp
from VariableAccess access
where maybeNull(access)
and dereferenced(access)
where
maybeNull(access) and
dereferenced(access)
select access, "Value may be null; it should be checked before dereferencing."