mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Kernel: Process should drop any framebuffer regions on exec().
This commit is contained in:
parent
61e50780aa
commit
d1af5c97ca
Notes:
sideshowbarker
2024-07-19 15:59:23 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d1af5c97ca1
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ int Process::do_exec(const String& path, Vector<String>&& arguments, Vector<Stri
|
|||
|
||||
m_signal_stack_kernel_region = nullptr;
|
||||
m_signal_stack_user_region = nullptr;
|
||||
m_display_framebuffer_region = nullptr;
|
||||
memset(m_signal_action_data, 0, sizeof(m_signal_action_data));
|
||||
m_signal_mask = 0xffffffff;
|
||||
m_pending_signals = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue