about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-11-18 19:56:57 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-11-18 19:59:46 +0100
commitb75891075bece24be9fd85618f18af4a2daf7f1c (patch)
treee9ac3fb4d864a255d977fcd4a6de78343feed08a /ChangeLog
parent250c23bdd9557f8609054c7000380e1ebbd351ee (diff)
downloadglibc-b75891075bece24be9fd85618f18af4a2daf7f1c.tar.gz
glibc-b75891075bece24be9fd85618f18af4a2daf7f1c.tar.xz
glibc-b75891075bece24be9fd85618f18af4a2daf7f1c.zip
Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253
We first expanded origin and then split string by colons. This
misbehaves when $ORIGIN contain colon so we first split string, then
expand $ORIGIN.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eccc4a9fe1..3822e0105e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
+
+	[BZ #10253]
+	* elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
+	(decompose_rpath): Defer expansion to fillin_rpath.
+	(_dl_init_paths): Pass linkmap to fillin_rpath.
+
 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
 
 	* benchtests/Makefile: Add strsep.