|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|

Go to the source code of this file.
Functions | |
| void | test_main (void) |
| Passes an invalid pointer to the open system call. More... | |
| void test_main | ( | void | ) |
Passes an invalid pointer to the open system call.
The process must be terminated with -1 exit code.
Definition at line 9 of file open-bad-ptr.c.
References fail(), msg(), and open().

1.8.16