mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
eglibc: fix RH Bug #737223 (https://bugzilla.redhat.com/show_bug.cgi?id=737223)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0edf6fd392
commit
6d56b920e6
@ -0,0 +1,12 @@
|
||||
diff -Naur eglibc-2.15-17022/elf/rtld.c eglibc-2.15-17022.patch/elf/rtld.c
|
||||
--- eglibc-2.15-17022/elf/rtld.c 2012-02-07 05:47:54.000000000 +0100
|
||||
+++ eglibc-2.15-17022.patch/elf/rtld.c 2012-02-10 04:52:55.462289159 +0100
|
||||
@@ -1398,7 +1398,7 @@
|
||||
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);
|
||||
}
|
||||
|
||||
/* Add the vDSO to the object list. */
|
Loading…
x
Reference in New Issue
Block a user