gsilvis / silvos

half-baked Silvis OS kernel
MIT License
4 stars 2 forks source link

Check that syscall numbers are in proper range #58

Closed allanlw closed 7 years ago

allanlw commented 7 years ago

Syscall numbers equal to or above the number of syscalls the operating system knows about (unsigned) should return an error and not a crash.

gsilvis commented 7 years ago

s/assembly/C/