Re: [PATCH] linux-user: implement execveat
You're right, that's a much better approach. New patch coming up shortly.
Re: [PATCH] linux-user: implement execveat
Le 31/10/2022 à 09:40, Drew DeVault a écrit : References: https://gitlab.com/qemu-project/qemu/-/issues/1007 Signed-off-by: Drew DeVault --- linux-user/syscall.c | 50 ++-- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/linux-user/syscal