1
0
Files
linux/arch/tile/kernel
Eric W. Biederman 5f74972ce6 signal: Don't use structure initializers for struct siginfo
The siginfo structure has all manners of holes with the result that a
structure initializer is not guaranteed to initialize all of the bits.
As we have to copy the structure to userspace don't even try to use
a structure initializer.  Instead use clear_siginfo followed by initializing
selected fields.  This gives a guarantee that uninitialized kernel memory
is not copied to userspace.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2018-01-22 19:07:08 -06:00
..
2017-09-07 13:24:19 -05:00
2017-09-07 13:24:19 -05:00
2013-08-12 14:46:18 -04:00
2013-08-30 11:56:34 -04:00
2015-09-28 11:23:39 -04:00