1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 09:26:15 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/memcheck/tests/undef_malloc_args.stderr.exp
2015-12-13 22:34:58 +09:00

21 lines
795 B
Plaintext

Conditional jump or move depends on uninitialised value(s)
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (undef_malloc_args.c:15)
Conditional jump or move depends on uninitialised value(s)
at 0x........: realloc (vg_replace_malloc.c:...)
by 0x........: main (undef_malloc_args.c:19)
Conditional jump or move depends on uninitialised value(s)
at 0x........: realloc (vg_replace_malloc.c:...)
by 0x........: main (undef_malloc_args.c:22)
Conditional jump or move depends on uninitialised value(s)
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (undef_malloc_args.c:25)
Conditional jump or move depends on uninitialised value(s)
at 0x........: calloc (vg_replace_malloc.c:...)
by 0x........: main (undef_malloc_args.c:30)