You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
722 B
15 lines
722 B
Binary filesglibc-2.17-c758a686/elf/.rtld.c.rej.swp andglibc-2.17-c758a686/elf/.rtld.c.rej.swp differ |
|
diff -Nru glibc-2.17-c758a686/elf/setup-vdso.h glibc-2.17-c758a686/elf/setup-vdso.h |
|
--- glibc-2.17-c758a686/elf/setup-vdso.h 2012-10-10 21:34:38.000000000 -0600 |
|
+++ glibc-2.17-c758a686/elf/setup-vdso.h 2012-10-11 09:43:14.152958832 -0600 |
|
@@ -93,7 +93,9 @@ setup_vdso (struct link_map *main_map __ |
|
char *copy = malloc (len); |
|
if (copy == NULL) |
|
_dl_fatal_printf ("out of memory\n"); |
|
- l->l_libname->name = l->l_name = memcpy (copy, dsoname, len); |
|
+ l->l_libname->name = memcpy (copy, dsoname, len); |
|
+ if (GLRO(dl_debug_mask)) |
|
+ l->l_name = copy; |
|
} |
|
|
|
/* Add the vDSO to the object list. */
|
|
|