ftmemsim-valgrind/memcheck/tests/malloc3.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

9 lines
334 B
Plaintext

Argument 'size' of function malloc has a fishy (possibly negative) value: -1
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (malloc3.c:15)
Argument 'size' of function calloc has a fishy (possibly negative) value: -1
at 0x........: calloc (vg_replace_malloc.c:...)
by 0x........: main (malloc3.c:23)