ftmemsim-valgrind/memcheck/tests/accounting.stderr.exp
Florian Krohm 0e951964ef Provide a back trace when a function argument of a known allocation
function is presumably negative. Fixes BZ 79311.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14157
2014-07-13 14:41:55 +00:00

15 lines
471 B
Plaintext

Argument 'size' of function realloc has a fishy (possibly negative) value: -1
at 0x........: realloc (vg_replace_malloc.c:...)
by 0x........: main (accounting.c:17)
HEAP SUMMARY:
in use at exit: 0 bytes in 0 blocks
total heap usage: 1 allocs, 1 frees, 1 bytes allocated
For a detailed leak analysis, rerun with: --leak-check=full
For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)