Le 02/09/2019 à 19:36, Olivier Dion a écrit :
>
> On 2019-08-23T12:58:43-0400, Laurent Vivier wrote:
>
>> Le 07/08/2019 à 15:54, d...@linutronix.de a écrit :
>>> From: Olivier Dion
>>>
>>> If not handled, QEMU will execve itself instead of the emulated
>>> process. This could result in potenti
On 2019-08-23T12:58:43-0400, Laurent Vivier wrote:
> Le 07/08/2019 à 15:54, d...@linutronix.de a écrit :
> > From: Olivier Dion
> >
> > If not handled, QEMU will execve itself instead of the emulated
> > process. This could result in potential security risk.
> >
> Could you explain what you
Le 07/08/2019 à 15:54, d...@linutronix.de a écrit :
> From: Olivier Dion
>
> If not handled, QEMU will execve itself instead of the emulated
> process. This could result in potential security risk.
>
Could you explain what you mean by potential security risk?
Thanks,
Laurent
From: Olivier Dion
If not handled, QEMU will execve itself instead of the emulated
process. This could result in potential security risk.
Signed-off-by: Olivier Dion
---
linux-user/syscall.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/linux-user/syscall.c