We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4c07a commit f57b1d3Copy full SHA for f57b1d3
cpp/ql/src/Critical/DoubleFreeBad.cpp
@@ -1,3 +1,4 @@
1
+
2
int* f() {
3
int *buff = malloc(SIZE*sizeof(int));
4
do_stuff(buff);
0 commit comments