PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <syscall-nr.h>
#include "tests/userprog/boundary.h"
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Functions | |
void | test_main (void) |
Invokes an exec system call with the exec string straddling a page boundary such that the first byte of the string is valid but the remainder of the string is in invalid memory. More... | |
void test_main | ( | void | ) |
Invokes an exec system call with the exec string straddling a page boundary such that the first byte of the string is valid but the remainder of the string is in invalid memory.
Must kill process.
Definition at line 12 of file exec-bound-3.c.
References exec(), fail(), and get_bad_boundary().