|
@@ -682,7 +682,7 @@ of this helper program; chances are you did not intend to run this program.\n\
|
|
*/
|
|
*/
|
|
/* Now cover the application program. */
|
|
/* Now cover the application program. */
|
|
if (app_tpnt->dynamic_info[DT_TEXTREL]) {
|
|
if (app_tpnt->dynamic_info[DT_TEXTREL]) {
|
|
- int j;
|
|
|
|
|
|
+ unsigned int j;
|
|
ElfW(Phdr) *ppnt_outer = ppnt;
|
|
ElfW(Phdr) *ppnt_outer = ppnt;
|
|
_dl_debug_early("calling mprotect on the application program\n");
|
|
_dl_debug_early("calling mprotect on the application program\n");
|
|
ppnt = (ElfW(Phdr) *) _dl_auxvt[AT_PHDR].a_un.a_val;
|
|
ppnt = (ElfW(Phdr) *) _dl_auxvt[AT_PHDR].a_un.a_val;
|