]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb9be8bcddfe30a76e959015131cdf11128f65437
tree24f595ea619d1febe04a97e97ea8536bdb11ed92
parente156815d210db1c2d006d2ce52ae18992f12c800
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