vfs/rs: for ELF, sep_id should be 0

This commit is contained in:
Arun Thomas 2011-07-26 15:21:07 +02:00
parent 3b08b34ceb
commit 530bd5d486
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ static int load_elf(struct exec_info *execi)
new_uid= getuid();
new_gid= getgid();
sep_id = 1;
sep_id = 0;
is_elf = 1;
tot_bytes = 0; /* Use default stack size */

View File

@ -273,7 +273,7 @@ static int load_elf(struct exec_info *execi)
&execi->pc, &text_offset, &data_offset);
if (r != OK) return(r);
sep_id = 1;
sep_id = 0;
is_elf = 1;
tot_bytes = 0; /* Use default stack size */
r = exec_newmem(proc_e,