MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
authorMaciej W. Rozycki <macro@imgtec.com>
Fri, 4 Mar 2016 01:42:49 +0000 (01:42 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 4 Mar 2016 21:52:32 +0000 (22:52 +0100)
commit979f8083bf46612bf4dd731fe8268425055b6434
tree24f595ea619d1febe04a97e97ea8536bdb11ed92
parentfa48047c30a397bae56b66b514d3ad20f13cef2f
MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'

Avoid sending a partially initialised `siginfo_t' structure along SIGFPE
signals issued from `do_ov' and `do_trap_or_bp', leading to information
leaking from the kernel stack.

Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Cc: stable@vger.kernel.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/traps.c