diff --git a/examples/kernel-exploit/CVE-2016-5195_test.c b/examples/kernel-exploit/CVE-2016-5195_test.c index a84bb05..663e0e8 100644 --- a/examples/kernel-exploit/CVE-2016-5195_test.c +++ b/examples/kernel-exploit/CVE-2016-5195_test.c @@ -4,5 +4,6 @@ int main(int argc, char **argv) { /* TODO run exploit and create file with it */ + puts("Dummy exploit test"); return EXIT_FAILURE; }