|
Well, I never had buffer overflows, but I suggest to always run in debug mode until your issue is solved. Next thing is to set breakpoints and control your buffer.
Btw, did you ever tried run in debug mode (-> Run -> New Debug Instance)
If yes, what does your compiler show when your binary crashes?
|