[Toybox] imgtec patch: Fix static linkage of toybox binary.

Rob Landley rob at landley.net
Tue May 10 01:13:37 PDT 2016



On 05/10/2016 12:28 AM, enh wrote:
> On Mon, May 9, 2016 at 8:45 PM, Rob Landley <rob at landley.net> wrote:
>> On 05/09/2016 04:43 PM, Evgenii Stepanov wrote:
>>> Now, if we want to really preserve this check logic under safestack,
>>> we will have to do something safestack-specific. There is no way to
>>> keep pretending that there is a single, continuous stack region and
>>> still get realistic results.
>>
>> If you can hide it in lib/platform.h and lib/platform.c, go for it.
> 
> (well, we don't need this... the "don't do the arithmetic if you're
> NORECURSE" patch https://android-review.googlesource.com/#/c/223875/
> is better for us.)

Let's see...

  https://android-review.googlesource.com/#/c/223875/

becomes

  git fetch https://android.googlesource.com/platform/external/toybox \
    refs/changes/60/223875/1 && git cherry-pick FETCH_HEAD

Except... what does the 60 mean?

  fatal: Couldn't find remote ref refs/changes/60/223875/1

Rob



More information about the Toybox mailing list