mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
Kernel: Do a POSIX-correct signal handler reset on exec
This commit is contained in:
parent
a4e3fff3fb
commit
add4dd3589
Notes:
sideshowbarker
2024-07-17 09:41:55 +09:00
Author: https://github.com/timschumi
Commit: add4dd3589
Pull-request: https://github.com/SerenityOS/serenity/pull/14447
Reviewed-by: https://github.com/IdanHo ✅
Reviewed-by: https://github.com/alimpfard ✅
Reviewed-by: https://github.com/bgianfo
2 changed files with 22 additions and 0 deletions
|
@ -570,6 +570,7 @@ private:
|
|||
|
||||
bool has_tracee_thread(ProcessID tracer_pid);
|
||||
|
||||
void clear_signal_handlers_for_exec();
|
||||
void clear_futex_queues_on_exec();
|
||||
|
||||
ErrorOr<void> remap_range_as_stack(FlatPtr address, size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue