Home | History | Annotate | Download | only in tests
      1 
      2 Invalid read of size 4
      3    at 0x........: main (ccc.cpp:20)
      4  Address 0x........ is 4 bytes before the accessing pointer's
      5  legitimate range, a block of size 4 alloc'd
      6    at 0x........: malloc (vg_replace_malloc.c:...)
      7    by 0x........: main (ccc.cpp:8)
      8 
      9 Invalid read of size 4
     10    at 0x........: main (ccc.cpp:21)
     11  Address 0x........ is 4 bytes before the accessing pointer's
     12  legitimate range, a block of size 4 alloc'd
     13    at 0x........: ...operator new... (vg_replace_malloc.c:...)
     14    by 0x........: main (ccc.cpp:9)
     15 
     16 Invalid read of size 4
     17    at 0x........: main (ccc.cpp:22)
     18  Address 0x........ is 4 bytes before the accessing pointer's
     19  legitimate range, a block of size 40 alloc'd
     20    at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
     21    by 0x........: main (ccc.cpp:10)
     22 
     23 Invalid read of size 4
     24    at 0x........: main (ccc.cpp:23)
     25  Address 0x........ is 4 bytes before the accessing pointer's
     26  legitimate range, a block of size 4 alloc'd
     27    at 0x........: calloc (vg_replace_malloc.c:...)
     28    by 0x........: main (ccc.cpp:11)
     29 
     30 Invalid read of size 4
     31    at 0x........: main (ccc.cpp:24)
     32  Address 0x........ is 4 bytes before the accessing pointer's
     33  legitimate range, a block of size 4 alloc'd
     34    at 0x........: memalign (vg_replace_malloc.c:...)
     35    by 0x........: main (ccc.cpp:12)
     36 
     37 Invalid read of size 4
     38    at 0x........: main (ccc.cpp:25)
     39  Address 0x........ is 4 bytes before the accessing pointer's
     40  legitimate range, a block of size 4 alloc'd
     41    at 0x........: memalign (vg_replace_malloc.c:...)
     42    by 0x........: posix_memalign (vg_replace_malloc.c:...)
     43    by 0x........: main (ccc.cpp:14)
     44 
     45 
     46 ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0)
     47