Merge pull request #147 from bash-c/patch-1

add missing header file in linux-unix/privilege-escalation
This commit is contained in:
Carlos Polop 2021-07-26 13:40:09 +02:00 committed by GitHub
commit a1ba03233e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -855,6 +855,7 @@ Save as **/tmp/pe.c**
#include <stdio.h>
#include <sys/types.h>
#include <stdlib.h>
#include <unistd.h>
void _init() {
unsetenv("LD_PRELOAD");