mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Update stack.c
This commit is contained in:
parent
0f5a65b7a5
commit
d5c6301d46
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ int bof(char *str)
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/* This tries to handle 517 bytes and the strcpy is trying to copy that to buffer which only has 12 bytes */
|
||||
char str[517];
|
||||
FILE *badfile;
|
||||
|
||||
|
|
Loading…
Reference in a new issue