[uclibc-ng-devel] [PATCH] Same iteration variable used for inner and outer loop
Waldemar Brodkorb
wbx at uclibc-ng.org
Tue Apr 11 13:11:46 PDT 2017
Hi Cupertino,
Cupertino Miranda wrote,
> Inner loop was using same counter variable (i) as the outer loop, therefore
> making outer loop terminate before it visited all of the ELF program segments.
> Surrounding code in this inner loop clearly shows the intention that this loop
> should not affect the outer one, therefore leading me to the conclusion that
> this should be a bug an not expected code.
>
> This bug was detected due to some other bug in ARC binutils that kept setting
> TEXTREL for any PIE application.
>
> Apart from the but, I have also moved the debug message inside of the TEXTREL
> condition as mprotect is only really called if TELTREL is set.
Thanks.
Applied and pushed,
Waldemar
More information about the linux-snps-arc
mailing list