Enable sys_adjtimex() on arm-linux. Fixes #412408.
[valgrind.git] / memcheck / tests / malloc1_ks_alloc_and_free.stderr.exp
blob1ad431e8db2df16cfeb507e7070b712fc573b2f9
1 Invalid write of size 1
2 ...
3 Address 0x........ is 1 bytes inside a block of size 10 free'd
4 at 0x........: free (vg_replace_malloc.c:...)
5 ...
6 Block was alloc'd at
7 at 0x........: malloc (vg_replace_malloc.c:...)
8 ...
10 Invalid write of size 1
11 ...
12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
13 at 0x........: malloc (vg_replace_malloc.c:...)
14 ...