]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Really do the change.
authorUlrich Drepper <drepper@redhat.com>
Sun, 1 Feb 1998 16:51:24 +0000 (16:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 1 Feb 1998 16:51:24 +0000 (16:51 +0000)
elf/rtld.c

index e2b7e0fd158f153209bdbcc7c6b325c317b7cda7..6b42982100131602474dd9e3193eb9da388a57ee 100644 (file)
@@ -355,7 +355,7 @@ of this helper program; chances are you did not intend to run this program.\n",
         containing a '/' are ignored since it is insecure.  */
       char *list = strdupa (preloadlist);
       char *p;
-      while ((p = strsep (&list, " ")) != NULL)
+      while ((p = strsep (&list, " :")) != NULL)
        if (! __libc_enable_secure || strchr (p, '/') == NULL)
          {
            struct link_map *new_map = _dl_map_object (NULL, p, lt_library, 0);