From 8e326f6924fa79da35362906492562a41c76ae8e Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Wed, 20 May 2015 02:22:51 +0530 Subject: [PATCH] CVE-2015-3887: fix RPATH flaw Prevents an attacker to load a manipulated library instead of the original .so file. --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 4a79fb8..d3db5d5 100644 --- a/src/main.c +++ b/src/main.c @@ -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",