diff options
author | Liav A <liavalb@gmail.com> | 2022-08-07 22:08:52 +0300 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2022-09-16 14:55:45 +0300 |
commit | 0c675192c91999cc2b60cbbea708dbf7b5637897 (patch) | |
tree | 138ba4c7e0cad284a4d158eb69f48f3c45b3633f /Ports/mold | |
parent | 3ad0e1a1d595a931e21c8f4ccfb15f61379fa647 (diff) | |
download | serenity-0c675192c91999cc2b60cbbea708dbf7b5637897.zip |
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
According to Dr. POSIX, we should allow to call mmap on inodes even on
ranges that currently don't map to any actual data. Trying to read or
write to those ranges should result in SIGBUS being sent to the thread
that did violating memory access.
Diffstat (limited to 'Ports/mold')
0 files changed, 0 insertions, 0 deletions