[orbis-kernel] Improve kdelete safety

This commit is contained in:
Ivan Chikish 2023-07-15 19:05:14 +03:00
parent 9717128c1f
commit 191a9459af
5 changed files with 12 additions and 5 deletions

View file

@ -22,7 +22,7 @@ struct NamedObjInfo {
uint16_t ty;
};
struct Process {
struct Process final {
KernelContext *context = nullptr;
pid_t pid = -1;
sysentvec *sysent = nullptr;