memcheck: Handle Err_ReallocSizeZero in MC_(eq_Error)
[valgrind.git] / memcheck / tests / partial_load_dflt.stderr.exp-ppc64
blobc007cd4dfd4ac6ce26a99aa9278e332e752e7f3d
2 powerpc64
3 Invalid read of size 2
4    at 0x........: main (partial_load.c:30)
5  Address 0x........ is 0 bytes inside a block of size 1 alloc'd
6    at 0x........: calloc (vg_replace_malloc.c:...)
7    by 0x........: main (partial_load.c:28)
9 Invalid read of size 8
10    at 0x........: main (partial_load.c:37)
11  Address 0x........ is 0 bytes inside a block of size 8 free'd
12    at 0x........: free (vg_replace_malloc.c:...)
13    by 0x........: main (partial_load.c:36)
16 HEAP SUMMARY:
17     in use at exit: ... bytes in ... blocks
18   total heap usage: ... allocs, ... frees, ... bytes allocated
20 For a detailed leak analysis, rerun with: --leak-check=full
22 For lists of detected and suppressed errors, rerun with: -s
23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)