Files
ladybird/Kernel
Drew Stratford 5efbb4ae95 Kernel: Fix bug in Thread::dispatch_signal().
dispatch_signal() expected a RegisterDump on the kernel stack. However
in certain cases, like just after a clone, this was not the case and
dispatch_signal() would instead write to an incorrect user stack pointer.

We now use the threads TSS in situations where the RegisterDump may not
be valid, fixing the issue.
2019-11-04 10:12:59 +01:00
..
2019-07-13 08:00:24 +02:00
2019-10-12 19:30:59 +02:00
2019-10-12 19:30:59 +02:00
2019-09-28 13:59:49 +02:00
2019-05-28 17:31:20 +02:00
2019-11-02 21:46:00 +01:00
2019-10-28 19:08:48 +01:00
2019-08-11 16:30:43 +02:00