OSDN Git Service

linux-user/s390x: Fix frame_addr corruption in setup_frame
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 19:34:05 +0000 (12:34 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:44:38 +0000 (21:44 +0200)
commitac1a92ec8f1328141707965bb1df4252fdb76b68
tree3b7b4325145e616b74fe58d395ebcbbc58a4f3a4
parent6c18757dc55f0a47d926cec1aaab8c349a65a0c6
linux-user/s390x: Fix frame_addr corruption in setup_frame

The original value of frame_addr is still required for
its use in the call to unlock_user_struct below.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210428193408.233706-13-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/s390x/signal.c