]> Devi Nivas Git - cs3210-lab0.git/commit
fix corner cases in exec of ELF
authorRobert Morris <rtm@nephron.lcs.mit.edu>
Fri, 6 Aug 2010 15:12:18 +0000 (11:12 -0400)
committerRobert Morris <rtm@nephron.lcs.mit.edu>
Fri, 6 Aug 2010 15:12:18 +0000 (11:12 -0400)
commitc4cc10da7ef6d65f0f654445e0af35b8309f16c2
tree771c4791115f945fc86ea9eadc350bb22c518535
parent1afc9d3fcaa7c5992659bb8b69f639b746dda2bc
fix corner cases in exec of ELF
put an invalid page below the stack
have fork() handle invalid pages
defs.h
exec.c
kalloc.c
mmu.h
proc.c
proc.h
usertests.c
vm.c