Files
linux/arch/arc
Al Viro 8cffabab01 arc: don't leak bits of kernel stack into coredump
commit 7798bf2140 upstream.

On faulting sigreturn we do get SIGSEGV, all right, but anything
we'd put into pt_regs could end up in the coredump.  And since
__copy_from_user() never zeroed on arc, we'd better bugger off
on its failure without copying random uninitialized bits of
kernel stack into pt_regs...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-10-28 03:01:32 -04:00
..
2015-11-03 17:33:00 +05:30
2013-02-15 23:16:00 +05:30