mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
Kernel: Move process signal trampoline address into protected data
This commit is contained in:
parent
08e0e2eb41
commit
b7b7a48c66
Notes:
sideshowbarker
2024-07-18 21:31:33 +09:00
Author: https://github.com/awesomekling
Commit: b7b7a48c66
3 changed files with 4 additions and 3 deletions
|
@ -118,6 +118,7 @@ protected:
|
|||
bool m_has_execpromises { false };
|
||||
u32 m_execpromises { 0 };
|
||||
mode_t m_umask { 022 };
|
||||
VirtualAddress m_signal_trampoline;
|
||||
};
|
||||
|
||||
class ProcessBase : public ProtectedProcessBase {
|
||||
|
@ -544,7 +545,6 @@ private:
|
|||
String m_name;
|
||||
|
||||
OwnPtr<Space> m_space;
|
||||
VirtualAddress m_signal_trampoline;
|
||||
|
||||
RefPtr<ProcessGroup> m_pg;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue