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

Co-authored-by: Calum Grant <42069085+calumgrant@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-07-05 12:03:47 +01:00
committed by GitHub
parent 1c2c48c74a
commit 60c0226dce

View File

@@ -181,7 +181,7 @@ int countdownLength1(int *p, int len) {
return p[5];
}
int callCountdownLenght() {
int callCountdownLength() {
int buf[6];