This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/10253] RPATH $ORIGIN breaks if resulting path has colons in it


http://sourceware.org/bugzilla/show_bug.cgi?id=10253

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b75891075bece24be9fd85618f18af4a2daf7f1c (commit)
      from  250c23bdd9557f8609054c7000380e1ebbd351ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b75891075bece24be9fd85618f18af4a2daf7f1c

commit b75891075bece24be9fd85618f18af4a2daf7f1c
Author: OndÅej BÃlka <neleai@seznam.cz>
Date:   Mon Nov 18 19:56:57 2013 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    7 +++++++
 NEWS          |   20 ++++++++++----------
 elf/dl-load.c |   26 ++++++++++++++++----------
 3 files changed, 33 insertions(+), 20 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]