Enable sys_adjtimex() on arm-linux. Fixes #412408.
[valgrind.git] / memcheck / tests / partial_load_ok.stderr.exp
blobfe20fbe39f879693f2f782e4b8dc66b99778077f
2 Invalid read of size 4
3 at 0x........: main (partial_load.c:23)
4 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
5 at 0x........: calloc (vg_replace_malloc.c:...)
6 by 0x........: main (partial_load.c:20)
8 Invalid read of size 2
9 at 0x........: main (partial_load.c:30)
10 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
11 at 0x........: calloc (vg_replace_malloc.c:...)
12 by 0x........: main (partial_load.c:28)
14 Invalid read of size 4
15 at 0x........: main (partial_load.c:37)
16 Address 0x........ is 0 bytes inside a block of size 4 free'd
17 at 0x........: free (vg_replace_malloc.c:...)
18 by 0x........: main (partial_load.c:36)
21 HEAP SUMMARY:
22 in use at exit: ... bytes in ... blocks
23 total heap usage: ... allocs, ... frees, ... bytes allocated
25 For a detailed leak analysis, rerun with: --leak-check=full
27 For lists of detected and suppressed errors, rerun with: -s
28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)