Files
ladybird/Kernel/Syscalls
Andreas Kling 9264303f5d Kernel: Don't reuse old master TLS region data in sys$execve()
When switching to the new address space, we also have to switch the
Process::m_master_tls_* variables as they may refer to a region in
the old address space.

This was causing `su` to not run correctly.

Regression from 65641187ff.
2023-04-08 07:28:27 +02:00
..
2022-11-05 18:00:58 -06:00
2022-11-05 18:00:58 -06:00
2022-12-28 11:53:41 +01:00