mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
by receiving an invalid system call, the application will be terminated
This commit is contained in:
parent
8bd1fb6948
commit
7308fe9f44
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ int handle_syscalls(int s)
|
|||
}
|
||||
default:
|
||||
fprintf(stderr, "Proxy: invalid syscall number %d\n", sysnr);
|
||||
exit(1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue