Files
jsix/src/kernel/syscalls/mailbox.cpp
Justin C. Miller 4bceac3d56 [kernel] Check for null handle arg in mailbox_call
The handle argument to `mailbox_call` is optional, so needs to be
manually checked by the syscall handler before dereferencing.
2023-07-10 01:34:19 -07:00

1.7 KiB