mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
as this is breaking Darwin. A better fix should follow git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13362
21 lines
795 B
Plaintext
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)
|
|
|