Skip to content
Commit 41932bc1 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390/compat: correct check for EFAULT in rt-signal frame creation



The return code of the __put_user call to store the rt_sigreturn
system call to the user stack if not properly checked, the err
variable is only checked before to the __put_user. Use an if
statement instead.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 96619fc1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment