[SOLVED] Buffer overflow detected?
General and Desktop
4
Posts
3
Posters
9.3k
Views
1
Watching
-
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
-
Spotted a silly error in my code:
char tmp[5] where tmp was exceeding 5 characters..
Please close/remove this thread.
Thanks
Mark