]> git.baikalelectronics.ru Git - kernel.git/commit
signal: Clear si_sys_private before copying siginfo to userspace
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 24 Jul 2017 19:53:03 +0000 (14:53 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 12 Jan 2018 20:34:45 +0000 (14:34 -0600)
commit9943d3accb4ec5a85e72c65a9959257fa7d12500
treed5de2c756cebab39175066202c56eda0b3b8deb8
parentaba1be2f8c26ea322dd9c43047c1aff90528f032
signal: Clear si_sys_private before copying siginfo to userspace

In preparation for unconditionally copying the whole of siginfo
to userspace clear si_sys_private.  So this kernel internal
value is guaranteed not to make it to userspace.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/signal.c