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)
commitbd5dde3034714da175496292c92dc5a37509a311
tree964433536f50528fb401b52b713cf8bc4ddd79f3
parentc1257e8ecdb9f1bec7a37d366d9daac8ba1f19c0
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