Florian Weimer wrote:
> freea also causes valgrind warnings because it contains an out-of-bounds 
> access.  This is very undesirable because it will cause programmers to 
> miss real bugs.

As a mitigation, the 'malloca' module contains a file, malloca.valgrind, that
tells valgrind to ignore these accesses to "uninitialized memory".

Bruno


Reply via email to