Skip to content

Commit 60f4049

Browse files
committed
Re-autoformat StrncpyFlippedArgs.ql
1 parent 05f4f98 commit 60f4049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Likely Bugs/Memory Management/StrncpyFlippedArgs.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ int arrayExprFixedSize(Expr e) {
7070
}
7171

7272
from
73-
StrcpyFunction f, FunctionCall fc, int argDest, int argSrc, int argLimit, int charSize, Access copyDest,
74-
Access copySource, string name, string nth
73+
StrcpyFunction f, FunctionCall fc, int argDest, int argSrc, int argLimit, int charSize,
74+
Access copyDest, Access copySource, string name, string nth
7575
where
7676
f = fc.getTarget() and
7777
argDest = f.getParamDest() and

0 commit comments

Comments
 (0)