Add /none/tests/use_after_close to .gitignore
[valgrind.git] / memcheck / tests / undef_malloc_args.stderr.exp
blobb3b52bbc9d41c9c3fa0ddab248822fa878065d70
1 Conditional jump or move depends on uninitialised value(s)
2    at 0x........: malloc (vg_replace_malloc.c:...)
3    by 0x........: main (undef_malloc_args.c:15)
5 Conditional jump or move depends on uninitialised value(s)
6    at 0x........: realloc (vg_replace_malloc.c:...)
7    by 0x........: main (undef_malloc_args.c:19)
9 Conditional jump or move depends on uninitialised value(s)
10    at 0x........: realloc (vg_replace_malloc.c:...)
11    by 0x........: main (undef_malloc_args.c:22)
13 Conditional jump or move depends on uninitialised value(s)
14    at 0x........: free (vg_replace_malloc.c:...)
15    by 0x........: main (undef_malloc_args.c:25)
17 Conditional jump or move depends on uninitialised value(s)
18    at 0x........: calloc (vg_replace_malloc.c:...)
19    by 0x........: main (undef_malloc_args.c:30)