Update stack.c

This commit is contained in:
Omar Santos 2021-03-18 14:13:05 -04:00
parent 0f5a65b7a5
commit d5c6301d46

View File

@ -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;