- Engineering
- Computer Science
- run the program without overflow since the buffer is 500...
Question: run the program without overflow since the buffer is 500...
Question details
Run the program without overflow. Since the buffer is 500,
anything below 500 won’t cause an overflow. Pass the string ‘Hello’
to see that the program exited normally without any error
code.
➢ (grb) run Hello
Run the program with the argument string more than 500.
➢ run $(python -c 'print "x41" * 508')
Explain the argument string, i.e, everything after ‘run’
Explain how the error code
Solution by an expert tutor
