Add note about exploit test
This commit is contained in:
parent
f2340ecdb3
commit
9eb95acb3e
@ -4,5 +4,6 @@
|
|||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
/* TODO run exploit and create file with it */
|
/* TODO run exploit and create file with it */
|
||||||
|
puts("Dummy exploit test");
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user