mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-02-02 18:12:54 +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 char own_dir[256];
|
||||||
static const char *dll_dirs[] = {
|
static const char *dll_dirs[] = {
|
||||||
".",
|
|
||||||
own_dir,
|
own_dir,
|
||||||
LIB_DIR,
|
LIB_DIR,
|
||||||
"/lib",
|
"/lib",
|
||||||
|
Loading…
Reference in New Issue
Block a user