CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
sc-boundary-3.c File Reference
#include <syscall-nr.h>
#include "tests/userprog/boundary.h"
#include "tests/lib.h"
#include "tests/main.h"
Include dependency graph for sc-boundary-3.c:

Go to the source code of this file.

Functions

void test_main (void)
 Invokes a system call with the system call number positioned such that its first byte is valid but the remaining bytes of the number are in invalid memory. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Invokes a system call with the system call number positioned such that its first byte is valid but the remaining bytes of the number are in invalid memory.

tests/main.h

Must kill process.

Definition at line 11 of file sc-boundary-3.c.

References fail(), and get_bad_boundary().

Here is the call graph for this function: