Content originally posted in LPCWare by CodeRedSupport on Thu Jun 17 04:30:31 MST 2010
The stack can grow without limits. If it continues to grow, at some point, it will start to overwrite your applications data. And also, your application data can overwrite the stack. At which point things will go badly wrong, but there is no way to predict what...