mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-18 10:56:09 +00:00
Update stack.c
This commit is contained in:
parent
0f5a65b7a5
commit
d5c6301d46
@ -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 New Issue
Block a user