3 Commits

Author SHA1 Message Date
Michał Kowalczyk de42ebabe1 Reformat repository to our clang-format rules 2019-09-09 22:11:23 +02:00
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