mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
Kernel: Properly lock Process protected data in the prctl syscall
This commit is contained in:
parent
727218ff4a
commit
bedd90b1f0
Notes:
sideshowbarker
2024-07-17 05:13:53 +09:00
Author: https://github.com/supercomputer7
Commit: bedd90b1f0
Pull-request: https://github.com/SerenityOS/serenity/pull/17096
Reviewed-by: https://github.com/linusg
3 changed files with 12 additions and 16 deletions
|
@ -249,7 +249,6 @@ public:
|
|||
{
|
||||
return with_protected_data([](auto& protected_data) { return protected_data.dumpable; });
|
||||
}
|
||||
void set_dumpable(bool);
|
||||
|
||||
mode_t umask() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue