From 1155493454bf1e013f5b086ba7529c1cd60fd242 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Fri, 14 Oct 2011 12:04:58 +0200 Subject: ldd: take LD_LIBRARY_PATH into account Extend the environment variables adding the LD_LIBRARY_PATH if actually passed when doing shared library tracings through the ld.so trace capability. This is possible only using the system dynamic linker in stand-alone mode to avoid any vulnerability. Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Carmelo Amoroso --- utils/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/Makefile.in') diff --git a/utils/Makefile.in b/utils/Makefile.in index 65364d771..b634b81e5 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -12,7 +12,7 @@ CFLAGS-utils := \ $(SSP_ALL_CFLAGS) \ -I$(top_srcdir)ldso/include \ -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \ - -DUCLIBC_LDSO=$(UCLIBC_LDSO) \ + -DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\" \ -I$(top_srcdir)/$(KERNEL_HEADERS) \ -DNOT_IN_libc \ -B$(top_builddir)lib \ -- cgit v1.2.3