From 9eb95acb3e056f5cae273efab0914351fed7f68c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 7 Oct 2018 17:31:49 +0000 Subject: [PATCH] Add note about exploit test --- examples/kernel-exploit/CVE-2016-5195_test.c | 1 + 1 file changed, 1 insertion(+) 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; }