[SOLVED] Buffer overflow detected?
-
wrote on 14 May 2012, 11:41 last edited by
I get the following error message when run in 'Release' mode only. (Debug mode works fine for some strange reason).
*** buffer overflow detected ***:
...
...
...
bf81e000-bf83f000 rw-p 00000000 00:00 0 [stack]
The program has unexpectedly finished.Does anyone know what could be causing this?
If it is the "stack", is there a way to increase the size of the stack for Release mode?Mark
-
wrote on 14 May 2012, 11:48 last edited by
This may have something to do with your stack size.
What are your compiler and your OS?
-
wrote on 14 May 2012, 11:50 last edited by
Spotted a silly error in my code:
char tmp[5] where tmp was exceeding 5 characters..
Please close/remove this thread.
Thanks
Mark -
wrote on 14 May 2012, 12:01 last edited by
Hi,
You need to edit your first post and add [SOLVED] to the title :)
1/4