libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Colons not escaped for setting LD_LIBRARY_PATH.


From: Mike Frysinger
Subject: Re: Colons not escaped for setting LD_LIBRARY_PATH.
Date: Mon, 5 Feb 2018 11:10:57 -0500

On 05 Feb 2018 10:30, Philipp Thomas wrote:
> * Russ Allbery (address@hidden) [20180203 02:57]:
> 
> > I believe directory names including colons are simply not supported for
> > LD_LIBRARY_PATH (and various other things, such as PATH).
> 
> No no no, you get me wrong! What I meant is that colons *are* separators for
> entries in LD_LIBRARY_PATH and PATH. But now I guess it's more an issue with
> bash then with libtool as libtool hasn't changed in quite a few years but
> bash has. So at least for now it seems like a false alarm.

bash doesn't parse LD_LIBRARY_PATH, and way more than bash parses PATH

but Russ is correct: at least glibc does not have any mechanism for escaping
colons in LD_LIBRARY_PATH.  it is simply not supported.
https://sourceware.org/git/?p=glibc.git;a=blob;f=elf/dl-load.c;hb=glibc-2.27#l738
-mike

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]