On Wed, Oct 15, 2003 at 07:49:39PM +0200, Hrvoje Niksic wrote:
How can valgrind detect that the code is faulty if it writes into
otherwise valid regions of the stack?
By putting guard space between the stack slots. It's probably not
especially easy with arrays, but I'm sure it's doable in most of the
cases.
OG.