Skip to content

Commit 60c0226

Browse files
Update cpp/ql/test/experimental/query-tests/Security/CWE/CWE-193/constant-size/test.cpp
Co-authored-by: Calum Grant <[email protected]>
1 parent 1c2c48c commit 60c0226

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-193/constant-size

1 file changed

+1
-1
lines changed

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-193/constant-size/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ int countdownLength1(int *p, int len) {
181181
return p[5];
182182
}
183183

184-
int callCountdownLenght() {
184+
int callCountdownLength() {
185185

186186
int buf[6];
187187

0 commit comments

Comments
 (0)