minix/minix/servers/rs
Lionel Sambuc 37f29f557a servers/rs: Add sanity check on executable size
RS used to do a stat, and check that the stat was successful, but it
didn't check that the executable was not actually empty.

This patch adds a check to detect file which are smaller than the minimum
ELF size possible.

Change-Id: I22b004084f17e7d395e2c1377add7bc8b51c3d5e
2014-07-31 16:00:32 +02:00
..
const.h New sources layout 2014-07-31 16:00:30 +02:00
error.c New sources layout 2014-07-31 16:00:30 +02:00
exec.c New sources layout 2014-07-31 16:00:30 +02:00
glo.h New sources layout 2014-07-31 16:00:30 +02:00
inc.h New sources layout 2014-07-31 16:00:30 +02:00
main.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile Move all services to /service 2014-07-31 16:00:31 +02:00
manager.c servers/rs: Add sanity check on executable size 2014-07-31 16:00:32 +02:00
memory.c New sources layout 2014-07-31 16:00:30 +02:00
proto.h New sources layout 2014-07-31 16:00:30 +02:00
request.c New sources layout 2014-07-31 16:00:30 +02:00
table.c New sources layout 2014-07-31 16:00:30 +02:00
type.h New sources layout 2014-07-31 16:00:30 +02:00
utility.c New sources layout 2014-07-31 16:00:30 +02:00