PatchworkOS
Loading...
Searching...
No Matches
main.c
Go to the documentation of this file.
1#include <stdint.h>
2#include <stdio.h>
3
4void stack_overflow(void)
5{
6 uint8_t buffer[1024];
8}
9
10int main(void)
11{
12 printf("Will now cause a stack overflow...\n");
14 return 0;
15}
EFI_PHYSICAL_ADDRESS buffer
Definition mem.c:15
int main()
Definition main.c:97
void stack_overflow(void)
Definition main.c:4
__UINT8_TYPE__ uint8_t
Definition stdint.h:11
_PUBLIC int printf(const char *_RESTRICT format,...)
Definition printf.c:5