On 8/22/21 5:55 AM, Richard Henderson wrote: > From: Peter Maydell <peter.mayd...@linaro.org> > > The target_siginfo_t we populate in force_sig() will eventually > get copied onto the target's stack. Zero it out so that any extra > padding in the sifields union is consistently zero when the guest > sees it. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > Message-Id: <20210813131809.28655-5-peter.mayd...@linaro.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/signal.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>