Le 04/11/2022 à 18:36, Philippe Mathieu-Daudé a écrit :
From: Drew DeVault <[email protected]>

execve() is a particular case of execveat(). In order
to add do_execveat(), first factor do_execve() out.

Signed-off-by: Drew DeVault <[email protected]>
Message-Id: <[email protected]>
[PMD: Split of bigger patch, filled description, fixed style]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  linux-user/syscall.c | 211 +++++++++++++++++++++++--------------------
  1 file changed, 114 insertions(+), 97 deletions(-)


Reviewed-by: Laurent Vivier <[email protected]>



Reply via email to