From 6c61a9fdfbb4c9c762fd4d0c6179dd77e0f6660f Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 22 Jan 2008 15:37:32 +0000 Subject: Test case to exploit dladdr bug Signed-off-by: Filippo Arcidiacono --- test/dlopen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/dlopen/Makefile') diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile index 7d57db067..b59c3e2d2 100644 --- a/test/dlopen/Makefile +++ b/test/dlopen/Makefile @@ -4,7 +4,7 @@ # rules need a little love to work with glibc ... export UCLIBC_ONLY := 1 -TESTS := dltest dltest2 dlstatic test1 test2 test3 dlundef dlafk +TESTS := dltest dltest2 dlstatic test1 test2 test3 dlundef dlafk dladdr include ../Test.mak @@ -19,6 +19,7 @@ LDFLAGS_dlafk := -ldl ./libafk.so -Wl,-rpath,. LDFLAGS_test1 := -ldl LDFLAGS_test2 := -ldl LDFLAGS_test3 := -ldl ./libtest1.so ./libtest2.so -Wl,-rpath,. +LDFLAGS_dladdr := -ldl DEBUG_LIBS := X WRAPPER := env $(DEBUG_LIBS)=all LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)" -- cgit v1.2.3