mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
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:
committed by
GitHub
parent
1c2c48c74a
commit
60c0226dce
@@ -181,7 +181,7 @@ int countdownLength1(int *p, int len) {
|
||||
return p[5];
|
||||
}
|
||||
|
||||
int callCountdownLenght() {
|
||||
int callCountdownLength() {
|
||||
|
||||
int buf[6];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user