Commit Graph
2 Commits
Author SHA1 Message Date
Isaku Yamahata 8c058edfdf [LibOS] Remove warnings in building exec_invalid_args.c 2019-06-14 12:10:41 -07:00
Dmitrii Kuvaiskii 880d70a259 [LibOS] Return EFAULT on null file in execve()
Previously, execve(NULL, ...) failed with segfault. This commit adds
memory checks that all arguments of execve() are valid memory regions.
Also adds LibOS regression test on execve(bad-file, bad-args, bad-env).
2019-05-14 19:27:15 -07:00