Fixes exec-bound-3 failures
authorJohn Ousterhout <ouster@cs.stanford.edu>
Thu, 17 Dec 2015 19:29:13 +0000 (11:29 -0800)
committerJohn Ousterhout <ouster@cs.stanford.edu>
Thu, 17 Dec 2015 19:29:13 +0000 (11:29 -0800)
commit78c284be246ce3c9d55c82ba545019b9bb31c728
treec220da484447c7e9af7ed6fdb58d8d577622e2a6
parente57528f46f949e98570e7298e96e59c256221560
Fixes exec-bound-3 failures

The boundary position wasn't being properly chosen (must ensure that
the dst array in boundary.c is always in the last page of the .bss
segment).
src/lib/user/user.lds
src/tests/userprog/boundary.c
src/tests/userprog/exec-bound-3.c