Home | History | Annotate | Download | only in tests
      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)
      4 
      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)
      8 
      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)
     12 
     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)
     16 
     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)
     20 
     21