Skip to content

Commit d808a5b

Browse files
ihsinmeMathiasVP
andauthored
Update cpp/ql/test/experimental/query-tests/Security/CWE/CWE-415/semmle/tests/test.c
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 9088475 commit d808a5b

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-415/semmle/tests

1 file changed

+1
-1
lines changed

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-415/semmle/tests/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void workFunction_5(char *s, int intFlag) {
5656
}
5757
free(buf); // BAD
5858
}
59-
void workFunction_6(char *s, int intFlag;) {
59+
void workFunction_6(char *s, int intFlag) {
6060
int intSize = 10;
6161
char *buf;
6262
char *tmpbuf;

0 commit comments

Comments
 (0)