Fixed rare bug in the user space loader where it would decide to create an extra
commit4e3480c6166509ee5f14deba7ed5d53cd1907558
authorTravis Geiselbrecht <geist@newos.org>
Sat, 4 Sep 2004 19:02:17 +0000 (4 19:02 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Sat, 4 Sep 2004 19:02:17 +0000 (4 19:02 +0000)
tree4e7519915e1ad5b9a4805d4efaed8f84fb5a8ce5
parent26b53329b089425a88041d654164c7d2ecb2cad6
Fixed rare bug in the user space loader where it would decide to create an extra
region to map the file but with bogus values. The line between .data and .bss would have
to be perfectly page aligned for it to happen.

git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@1119 c25cc9d1-44fa-0310-b259-ad778cb1d433
apps/rld/rld0.c
apps/rld/rldelf.c