We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03b4f0 commit d5c6f4fCopy full SHA for d5c6f4f
cpp/ql/src/Critical/OverflowCalculated.cpp
@@ -1,5 +1,5 @@
1
void f(char* string) {
2
- // wrong: allocates space for characters, put not zero terminator
+ // wrong: allocates space for characters, but not zero terminator
3
char* buf = malloc(strlen(string));
4
strcpy(buf, string);
5
0 commit comments