mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
parent
cb3348191b
commit
a9184fcb76
Notes:
sideshowbarker
2024-07-19 00:35:27 +09:00
Author: https://github.com/alimpfard
Commit: a9184fcb76
Pull-request: https://github.com/SerenityOS/serenity/pull/4544
8 changed files with 192 additions and 58 deletions
|
@ -46,7 +46,7 @@ pid_t Process::sys$fork(RegisterState& regs)
|
|||
child->m_promises = m_promises;
|
||||
child->m_execpromises = m_execpromises;
|
||||
child->m_veil_state = m_veil_state;
|
||||
child->m_unveiled_paths = m_unveiled_paths;
|
||||
child->m_unveiled_paths = m_unveiled_paths.deep_copy();
|
||||
child->m_fds = m_fds;
|
||||
child->m_sid = m_sid;
|
||||
child->m_pg = m_pg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue