diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-08-14 15:59:11 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-08-14 15:59:11 -0700 |
commit | 5e4287d16f897cde3e0201de0f96d148248c0ca9 (patch) | |
tree | 178dc8fef4fdd2d5e3a66d1347f4b007e5556f1c /elf | |
parent | 9c96ff23858b0759e12ad69e3c4599931c90bee8 (diff) | |
download | glibc-5e4287d16f897cde3e0201de0f96d148248c0ca9.zip glibc-5e4287d16f897cde3e0201de0f96d148248c0ca9.tar.gz glibc-5e4287d16f897cde3e0201de0f96d148248c0ca9.tar.bz2 |
Warning patrol.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1391,7 +1391,7 @@ of this helper program; chances are you did not intend to run this program.\n\ char *copy = malloc (len); if (copy == NULL) _dl_fatal_printf ("out of memory\n"); - l->l_name = l->l_libname->name = memcpy (copy, dsoname, len); + l->l_libname->name = l->l_name = memcpy (copy, dsoname, len); } /* Add the vDSO to the object list. */ |