projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upstream fix for syscall() not setting errno on errors on MIPS
[openwrt.git]
/
toolchain
/
uClibc
/
patches
/
150-fix-ldso-text-realloc-segfault.patch
diff --git
a/toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
b/toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
index
ce5fb30
..
7006f98
100644
(file)
--- a/
toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
+++ b/
toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
@@
-1,7
+1,6
@@
-diff -urN uClibc-0.9.29.old/ldso/ldso/ldso.c uClibc-0.9.29/ldso/ldso/ldso.c
---- uClibc-0.9.29.old/ldso/ldso/ldso.c 2008-09-25 01:02:42.000000000 +0200
-+++ uClibc-0.9.29/ldso/ldso/ldso.c 2008-09-24 23:55:11.000000000 +0200
-@@ -286,15 +286,20 @@
+--- a/ldso/ldso/ldso.c
++++ b/ldso/ldso/ldso.c
+@@ -286,15 +286,20 @@ void _dl_get_ready_to_run(struct elf_res
_dl_debug_early("calling mprotect on the application program\n");
/* Now cover the application program. */
if (app_tpnt->dynamic_info[DT_TEXTREL]) {
_dl_debug_early("calling mprotect on the application program\n");
/* Now cover the application program. */
if (app_tpnt->dynamic_info[DT_TEXTREL]) {
This page took
0.021271 seconds
and
4
git commands to generate.