1 Commits

Author SHA1 Message Date
David van Moolenbroek
90b72ba7a8 Kernel: pass FPU restore exception to user process
Previously, user processes could cause a kernel panic upon FPU state
restore, by passing bogus FPU state to the kernel (through e.g.
sigreturn). With this patch, the process is now sent a SIGFPE signal
instead.
2012-03-06 16:12:58 +01:00