diff --git a/3_RootkitTechniques/3.8_privileged_container_escaping/escape.c b/3_RootkitTechniques/3.8_privileged_container_escaping/escape.c index 61e78ec..d135191 100644 --- a/3_RootkitTechniques/3.8_privileged_container_escaping/escape.c +++ b/3_RootkitTechniques/3.8_privileged_container_escaping/escape.c @@ -58,7 +58,6 @@ char *kbuf = NULL; long error; char *suffix = " > /proc/output"; - char *command ; /* * Allocate a kernel buffer to read the command input into @@ -90,7 +89,6 @@ * Cleanup and return */ kfree(kbuf); - kfree(command); return len; }