diff options
author | Andreas Kling <kling@serenityos.org> | 2021-03-01 14:05:42 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-01 14:06:20 +0100 |
commit | 6a6eb8844a79e317aa87de8c8200b7feb47f8ff9 (patch) | |
tree | 819cc047b69f1a56a07f23715a7d3a50b571dc39 /Kernel/Syscalls/process.cpp | |
parent | 261b30e120924dd33ff517125dd9770d8be1d4d1 (diff) | |
download | serenity-6a6eb8844a79e317aa87de8c8200b7feb47f8ff9.zip |
Kernel: Use Userspace<T> in sys$sigaction()
fuzz-syscalls found a bunch of unaligned accesses into struct sigaction
via this syscall. This patch fixes that issue by porting the syscall
to Userspace<T> which we should have done anyway. :^)
Fixes #5500.
Diffstat (limited to 'Kernel/Syscalls/process.cpp')
0 files changed, 0 insertions, 0 deletions