Home | History | Annotate | Download | only in tests
      1 
      2 Invalid read of size 4
      3    at 0x........: main (hp_bounds.c:9)
      4  Address 0x........ is 0 bytes after the accessing pointer's
      5  legitimate range, a block of size 400 alloc'd
      6    at 0x........: malloc (vg_replace_malloc.c:...)
      7    by 0x........: main (hp_bounds.c:6)
      8 
      9 Invalid read of size 4
     10    at 0x........: main (hp_bounds.c:10)
     11  Address 0x........ is 4 bytes before the accessing pointer's
     12  legitimate range, a block of size 400 alloc'd
     13    at 0x........: malloc (vg_replace_malloc.c:...)
     14    by 0x........: main (hp_bounds.c:6)
     15 
     16 
     17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
     18