|
From: Paul F. <pa...@fr...> - 2013-04-11 20:20:09
|
On 11 Apr 2013, at 21:20, Milian Wolff wrote: > Hey there, > > a friend of mine is starting C++ and asked me this apparently simple question: > > Why does the following program not show me an error? Hi memcheck is a heap checker, not a stack checker. Try --tool=exp-sgcheck (where sg is stack and global) A+ Paul |