ftmemsim-valgrind/memcheck/tests/suppsrc_lineno.stderr.exp
Ivo Raisr 410d736a99 Ability to add suppressions based on source file name and line number.
Fixes BZ#390471.
Patch based on work by: Jeff Frontz <jeff.frontz@gmail.com> and Joseph M Link.
2018-06-26 06:36:12 +02:00

11 lines
304 B
Plaintext

Invalid free() / delete / delete[] / realloc()
at 0x........: free (vg_replace_malloc.c:...)
...
Address 0x........ is 0 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
...
Block was alloc'd at
at 0x........: malloc (vg_replace_malloc.c:...)
...