]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253
authorOndřej Bílka <neleai@seznam.cz>
Mon, 18 Nov 2013 18:56:57 +0000 (19:56 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Mon, 18 Nov 2013 18:59:46 +0000 (19:59 +0100)
commitb75891075bece24be9fd85618f18af4a2daf7f1c
treee9ac3fb4d864a255d977fcd4a6de78343feed08a
parent250c23bdd9557f8609054c7000380e1ebbd351ee
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.
ChangeLog
NEWS
elf/dl-load.c