mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-23 01:12:59 +08:00
CVE-2015-3887: fix RPATH flaw
Prevents an attacker to load a manipulated library instead of the original .so file.
This commit is contained in:
parent
ba61b48fd7
commit
8e326f6924
@ -33,7 +33,6 @@ static const char *dll_name = DLL_NAME;
|
||||
|
||||
static char own_dir[256];
|
||||
static const char *dll_dirs[] = {
|
||||
".",
|
||||
own_dir,
|
||||
LIB_DIR,
|
||||
"/lib",
|
||||
|
Loading…
Reference in New Issue
Block a user