Question: I've been asked to find the buffer overflow in this program. Can someone please explain to me what it is? I think it's on lines
I've been asked to find the buffer overflow in this program. Can someone please explain to me what it is? I think it's on lines 13 and 18, but I'm not sure. I included the text so you can copy and paste it and the screen shot too.
#include
int main() { int n[10]; int i, j; for(i=0; i

And here's what the output looks like

include stdio.h> main( ) int n[10]; int i,j; for (i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
