Feat: pointer validation checks string across multiple pages and handle kernel page faults
This commit is contained in:
@@ -143,9 +143,7 @@ struct thread
|
||||
struct hash open_files; /* Hash Table of FD -> Struct File. */
|
||||
#endif
|
||||
|
||||
#ifdef VM
|
||||
void *curr_esp;
|
||||
#endif
|
||||
|
||||
/* Owned by thread.c. */
|
||||
unsigned magic; /* Detects stack overflow. */
|
||||
|
||||
Reference in New Issue
Block a user