mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Allocate kernel signal stacks using the region allocator as well.
This commit is contained in:
parent
c8a216b107
commit
486c675850
Notes:
sideshowbarker
2024-07-19 14:09:13 +09:00
Author: https://github.com/awesomekling
Commit: 486c675850
3 changed files with 7 additions and 13 deletions
|
@ -362,8 +362,7 @@ int Process::do_exec(String path, Vector<String> arguments, Vector<String> envir
|
|||
entry_eip = loader.entry().get();
|
||||
}
|
||||
|
||||
kfree(current->m_kernel_stack_for_signal_handler);
|
||||
current->m_kernel_stack_for_signal_handler = nullptr;
|
||||
current->m_kernel_stack_for_signal_handler_region = nullptr;
|
||||
current->m_signal_stack_user_region = nullptr;
|
||||
current->set_default_signal_dispositions();
|
||||
current->m_signal_mask = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue