Fix dlmalloc horror bug - mman_map overwrites application code
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
typedef struct {
|
||||
IntrStackFrame trapframe;
|
||||
uint8_t *kstack;
|
||||
uint8_t *pstack;
|
||||
PgTable *cr3;
|
||||
} ProcPlatformData;
|
||||
|
||||
|
Reference in New Issue
Block a user