support execute disabled stack

This commit is contained in:
NAKAMURA Gou
2014-04-08 20:22:55 +09:00
parent b31a1b6db2
commit 39a86fad18
4 changed files with 11 additions and 2 deletions

View File

@@ -109,6 +109,7 @@ struct program_load_desc {
int cpu;
int pid;
int err;
int stack_prot;
unsigned long entry;
unsigned long user_start;
unsigned long user_end;