1
0
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:
Pranav Kant 2015-05-20 02:22:51 +05:30
parent ba61b48fd7
commit 8e326f6924

View File

@ -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",