|
Message-ID: <20140711042757.GX179@brightrain.aerifal.cx> Date: Fri, 11 Jul 2014 00:27:57 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: LD_PRELOAD should treat space and colon as separator On Wed, Jul 09, 2014 at 06:50:06PM +0200, John Spencer wrote: > from reading the code in dynlink.c, load_preload(), it appears as if > musl's LD_PRELOAD only accepts space as a separator. > > according to http://man7.org/linux/man-pages/man8/ld.so.8.html > GLIBC and probably other dynlinker accept ":" as well: > > LD_PRELOAD > A list of additional, user-specified, ELF shared libraries to > be loaded before all others. The items of the list can be > separated by spaces or colons. > > --JS Should be fixed by commit 349381aa8c0fc385e54e1068dd5f2b27af55cd12. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.