mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Re-autoformat StrncpyFlippedArgs.ql
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user