Advertising
advertising
related pastes to tag 'stack'
- 955413 - stack: stack
-
- #include <stdio.h>
- #include <stdlib.h>
- #define STACKSIZE 20
- typedef char info_t;
- typedef struct s
- {
- info_t S[STACKSIZE];
- 911955 - VLA: stack overflow
-
- #include <stdio.h>
- #include <stdlib.h>
- #include <alloca.h>
- void foo_alloca(size_t s);
- void foo_vla(size_t s);
- int
- 911941 - VLA: stack overflow
-
- #include <stdio.h>
- #include <stdlib.h>
- #include <alloca.h>
- void foo_alloca(size_t s);
- void foo_vla(size_t s);
- int
- 775693 - cron.log: log error cron stack exception corrupted
-
- Exception: STATUS_ACCESS_VIOLATION at eip=610EEBB9
- eax=00000001 ebx=00000068 ecx=FFFFFFFF edx=00000000 esi=00000000 edi=00000064
- ebp=0022C6F8 esp=0022C6E0 program=C:\cygwin\usr\sbin\cron.exe, pid 4452, thread
- main
- cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
- Stack trace:
- Frame Function Args
- 0022C6F8 610EEBB9 (00000068, 00000000, 00000000, 00000000)