|
int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from)
|
|
int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from)
|
|
if (!access_ok(VERIFY_WRITE, to, sizeof(compat_siginfo_t)))
|
|
if (!access_ok(VERIFY_WRITE, to, sizeof(compat_siginfo_t)))
|