Files
ladybird/Kernel
Andreas Kling c25cf5fb56 Kernel: Panic if we're about to switch to a user thread with IOPL!=0
This is a crude protection against IOPL elevation attacks. If for
any reason we find ourselves about to switch to a user mode thread
with IOPL != 0, we'll now simply panic the kernel.

If this happens, it basically means that something tricked the kernel
into incorrectly modifying the IOPL of a thread, so it's no longer
safe to trust the kernel anyway.
2020-12-23 14:30:10 +01:00
..
2020-08-22 20:55:10 +02:00
2020-08-22 20:55:10 +02:00
2020-05-14 20:15:18 +02:00
2020-08-10 11:51:45 +02:00
2020-01-18 09:45:54 +01:00
2020-11-11 12:27:25 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00