PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <string.h>
#include "tests/arc4.h"
#include "tests/cksum.h"
#include "tests/lib.h"
#include "tests/main.h"
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... | |
void test_main | ( | void | ) |
Read from an address 4,096 bytes below the stack pointer.
The process must be terminated with -1 exit code.
Definition at line 11 of file pt-grow-bad.c.