|
|
Message-ID: <53BD72BE.4080101@barfooze.de>
Date: Wed, 09 Jul 2014 18:50:06 +0200
From: John Spencer <maillist-musl@...fooze.de>
To: musl@...ts.openwall.com
Subject: LD_PRELOAD should treat space and colon as separator
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
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.