|
From: João M. S. S. <joa...@gm...> - 2015-01-02 00:44:12
|
On 01/02/2015 12:05 AM, Tom Hughes wrote: > No. Stack overruns are not detected because there is no guard space > between stack variables like there is between heap variables. OK, I didn't know that. Now I'm a bit worried :P I thought my code was 99% clean :) Is there a way to check for stack memory errors? If it was not for the %s in the command string it could be caught with cppcheck, but with the %s only a runtime check would do, I guess. Thanks. -- João M. S. Silva |