Re-autoformat StrncpyFlippedArgs.ql

This commit is contained in:
Nora Dimitrijević
2022-08-10 14:14:42 +02:00
parent 05f4f98aa0
commit 60f4049388

View File

@@ -70,8 +70,8 @@ int arrayExprFixedSize(Expr e) {
}
from
StrcpyFunction f, FunctionCall fc, int argDest, int argSrc, int argLimit, int charSize, Access copyDest,
Access copySource, string name, string nth
StrcpyFunction f, FunctionCall fc, int argDest, int argSrc, int argLimit, int charSize,
Access copyDest, Access copySource, string name, string nth
where
f = fc.getTarget() and
argDest = f.getParamDest() and