On Tuesday 01 September 2015 19:42:26 you wrote:
> >> > --- a/linux-user/linuxload.c
> >> > +++ b/linux-user/linuxload.c
> >> > @@ -137,8 +137,7 @@ int loader_exec(int fdexec, const char *filename,
> >> > char
> >> > **argv, char **envp,>
> >> >
> >> > int retval;
> >> > int i;
> >> >
>
On 1 September 2015 at 18:27, Brüns, Stefan
wrote:
> On Tuesday, September 01, 2015 15:29:26 you wrote:
>> On 27 August 2015 at 20:35, Stefan Brüns
> wrote:
>> > Instead of creating a temporary copy for the whole environment and
>> > the arguments, directly copy everything to the target stack.
>>
On Tuesday, September 01, 2015 15:29:26 you wrote:
> On 27 August 2015 at 20:35, Stefan Brüns
wrote:
> > Instead of creating a temporary copy for the whole environment and
> > the arguments, directly copy everything to the target stack.
> >
> > For this to work, we have to change the order of st
On 27 August 2015 at 20:35, Stefan Brüns wrote:
> Instead of creating a temporary copy for the whole environment and
> the arguments, directly copy everything to the target stack.
> For this to work, we have to change the order of stack creation and
> copying the arguments.
>
> v2: fixed scratch
On 30 August 2015 at 16:52, Stefan Bruens wrote:
> On Thursday 27 August 2015 21:35:41 Stefan Brüns wrote:
>
> PING!
Hi. This is on my to-review list, but so are a lot of
other things. It might take me a week or so to get to it.
thanks
-- PMM
On Thursday 27 August 2015 21:35:41 Stefan Brüns wrote:
PING!
> Instead of creating a temporary copy for the whole environment and
> the arguments, directly copy everything to the target stack.
>
> For this to work, we have to change the order of stack creation and
> copying the arguments.
>
>
Instead of creating a temporary copy for the whole environment and
the arguments, directly copy everything to the target stack.
For this to work, we have to change the order of stack creation and
copying the arguments.
v2: fixed scratch pointer type, fixed checkpatch issues.
Signed-off-by: Stefa
On 23 August 2015 at 00:47, Stefan Brüns wrote:
> Instead of creating a temporary copy for the whole environment and
> the arguments, directly copy everything to the target stack.
>
> For this to work, we have to change the order of stack creation and
> copying the arguments.
>
> Signed-off-by: St
On Sunday 23 August 2015 01:47:52 Stefan Brüns wrote:
> Instead of creating a temporary copy for the whole environment and
> the arguments, directly copy everything to the target stack.
>
> For this to work, we have to change the order of stack creation and
> copying the arguments.
>
> Signed-off
Instead of creating a temporary copy for the whole environment and
the arguments, directly copy everything to the target stack.
For this to work, we have to change the order of stack creation and
copying the arguments.
Signed-off-by: Stefan Brüns
---
linux-user/elfload.c | 105 +++
10 matches
Mail list logo