We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508b37a commit 2e9d5ccCopy full SHA for 2e9d5cc
c/cert/test/rules/CON34-C/test.c
@@ -42,7 +42,7 @@ void m3() {
42
43
void m4() {
44
thrd_t id;
45
- int *value = (int *)realloc(NULL, sizeof(int));
+ int *value = (int *)realloc(NULL, sizeof(int));
46
47
thrd_create(&id, t1, value); // COMPLIANT
48
0 commit comments