Re: [PATCH] Fix stack smashing when handling PR_GET_PDEATHSIG

2020-09-26 Thread Laurent Vivier
Le 26/09/2020 à 03:56, Stephen Long a écrit : >>> linux-user/syscall.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/linux-user/syscall.c b/linux-user/syscall.c >>> index 05f0391..91f9114 100644 >>> --- a/linux-user/syscall.c >>> +++ b/linux-user/syscall.c >>> @@ -

Re: Re: [PATCH] Fix stack smashing when handling PR_GET_PDEATHSIG

2020-09-25 Thread Stephen Long
>> linux-user/syscall.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/linux-user/syscall.c b/linux-user/syscall.c >> index 05f0391..91f9114 100644 >> --- a/linux-user/syscall.c >> +++ b/linux-user/syscall.c >> @@ -10256,7 +10256,7 @@ static abi_long do_syscall1(void