CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
pt-grow-bad.c File Reference
#include <string.h>
#include "tests/arc4.h"
#include "tests/cksum.h"
#include "tests/lib.h"
#include "tests/main.h"
Include dependency graph for pt-grow-bad.c:

Go to the source code of this file.

Functions

void test_main (void)
 Read from an address 4,096 bytes below the stack pointer. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Read from an address 4,096 bytes below the stack pointer.

tests/main.h

The process must be terminated with -1 exit code.

Definition at line 11 of file pt-grow-bad.c.