]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(dl_main): Allow ":" as separator for LD_PRELOAD.
authorUlrich Drepper <drepper@redhat.com>
Sun, 1 Feb 1998 14:54:40 +0000 (14:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 1 Feb 1998 14:54:40 +0000 (14:54 +0000)
elf/rtld.c

index bb384ad57dda2b7acd02e1f276b868624dcb91dd..e2b7e0fd158f153209bdbcc7c6b325c317b7cda7 100644 (file)
@@ -348,8 +348,8 @@ of this helper program; chances are you did not intend to run this program.\n",
   preloadlist = getenv ("LD_PRELOAD");
   if (preloadlist)
     {
-      /* The LD_PRELOAD environment variable gives a white space
-        separated list of libraries that are loaded before the
+      /* The LD_PRELOAD environment variable gives list of libraries
+        separated by white space or colons that are loaded before the
         executable's dependencies and prepended to the global scope
         list.  If the binary is running setuid all elements
         containing a '/' are ignored since it is insecure.  */