Enable sys_adjtimex() on arm-linux. Fixes #412408.
[valgrind.git] / memcheck / tests / doublefree.stderr.exp
blob7560e3a77ec9d01b217b601497d0d4af84bfc7d1
1 Invalid free() / delete / delete[] / realloc()
2 at 0x........: free (vg_replace_malloc.c:...)
3 by 0x........: main (doublefree.c:10)
4 Address 0x........ is 0 bytes inside a block of size 177 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
6 by 0x........: main (doublefree.c:10)
7 Block was alloc'd at
8 at 0x........: malloc (vg_replace_malloc.c:...)
9 by 0x........: main (doublefree.c:8)