mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
parent
446a1f7c5a
commit
06f9a5b627
34 changed files with 115 additions and 51 deletions
|
@ -29,7 +29,7 @@ char buf[6] = {0};
|
|||
struct rlimit rlim = {0, 10};
|
||||
|
||||
TEST(pipe, efault) {
|
||||
EXPECT_SYS(EFAULT, -1, pipe(0));
|
||||
EXPECT_SYS(EFAULT, -1, pipe(VEIL("r", (void *)0)));
|
||||
}
|
||||
|
||||
TEST(pipe, einval) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue