1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:27:35 +00:00

Kernel: Do a POSIX-correct signal handler reset on exec

This commit is contained in:
Tim Schumacher 2022-07-02 11:42:17 +02:00 committed by Idan Horowitz
parent a4e3fff3fb
commit add4dd3589
2 changed files with 22 additions and 0 deletions

View file

@ -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);