diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-08-24 12:53:47 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-25 00:18:42 +0200 |
commit | 485f51690d528379ef30a6a2e5c3d853cbc0f6c0 (patch) | |
tree | be1b1ece3d45b0c5cf12dceb1e8f142902ef2cf8 /Kernel/API/KeyCode.h | |
parent | 0ae5de8c3cf3db350ee271c1c58008375036e7e9 (diff) | |
download | serenity-485f51690d528379ef30a6a2e5c3d853cbc0f6c0.zip |
Kernel: Always observe the return value of Region::map and remap
We have seen cases where the map fails, but we return the region
to the caller, causing them to page fault later on when they touch
the region.
The fix is to always observe the return code of map/remap.
Diffstat (limited to 'Kernel/API/KeyCode.h')
0 files changed, 0 insertions, 0 deletions