Stack Overflow Situation

func_call() {
           funct_call();
}

Every time the above function is called the return address is stored onto the stack. Calling in this infinite loop will cause a stack overflow.

No comments:

Post a Comment