CS318 - Pintos
Pintos source browser for JHU CS318 course
pt-grow-bad.c
Go to the documentation of this file.
1 /** Read from an address 4,096 bytes below the stack pointer.
2  The process must be terminated with -1 exit code. */
3 
4 #include <string.h>
5 #include "tests/arc4.h"
6 #include "tests/cksum.h"
7 #include "tests/lib.h"
8 #include "tests/main.h"
9 
10 void
11 test_main (void)
12 {
13  asm volatile ("movl -4096(%esp), %eax");
14 }
lib.h
string.h
arc4.h
test_main
void test_main(void)
Read from an address 4,096 bytes below the stack pointer.
Definition: pt-grow-bad.c:11
cksum.h
main.h