Le 15/03/2022 à 09:43, Richard Henderson a écrit :
Two new functions: process_sigsuspend_mask and finish_sigsuspend_mask. Move the size check and copy-from-user code.Signed-off-by: Richard Henderson <[email protected]> --- linux-user/signal-common.h | 26 +++++++++++++++++++++++++ linux-user/signal.c | 23 ++++++++++++++++++++++ linux-user/syscall.c | 40 ++++++++++++++++---------------------- 3 files changed, 66 insertions(+), 23 deletions(-)
Reviewed-by: Laurent Vivier <[email protected]>
