commit | 0752d7bf626ba90c68caff8be4e5638f6679cacf | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Jul 24 15:08:16 2017 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Jan 16 12:48:30 2018 -0600 |
tree | eaa5beac5a37bbf241b3552a9e7cb2bfe4dc0318 | |
parent | ea64d5acc8f033cd586182ae31531246cdeaea73 [diff] |
ptrace: Use copy_siginfo in setsiginfo and getsiginfo Now that copy_siginfo copies all of the fields this is safe, safer (as all of the bits are guaranteed to be copied), clearer, and less error prone than using a structure copy. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>