Skip to content

Commit

Permalink
mocktest: Make malicious-fork.c RE
Browse files Browse the repository at this point in the history
Or it would depends on some timings inside systemd...
  • Loading branch information
xry111 committed Dec 1, 2023
1 parent a9991c6 commit ce5a6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocktest/code/aplusb/malicious-fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ int main()
int *a = malloc(1024 * 1024 * 10);
a[0] = 456;
a[1024 * 1024 * 10 / sizeof(int) - 1] = 123;
return 0;
return 1;
}

0 comments on commit ce5a6e3

Please sign in to comment.