Add 32bit time64 syscalls for arm, mips32, ppc32 and x86.
[valgrind.git] / memcheck / tests / fprw.stderr.exp
blob4719f80b413ab6ede51386e6927f98cb4ea53681
1 Conditional jump or move depends on uninitialised value(s)
2 at 0x........: main (fprw.c:16)
4 Conditional jump or move depends on uninitialised value(s)
5 at 0x........: main (fprw.c:17)
7 Invalid read of size 8
8 at 0x........: main (fprw.c:20)
9 Address 0x........ is 0 bytes inside a block of size 8 free'd
10 at 0x........: free (vg_replace_malloc.c:...)
11 by 0x........: main (fprw.c:18)
13 Invalid write of size 8
14 at 0x........: main (fprw.c:20)
15 Address 0x........ is 0 bytes inside a block of size 8 free'd
16 at 0x........: free (vg_replace_malloc.c:...)
17 by 0x........: main (fprw.c:18)
19 Invalid read of size 4
20 at 0x........: main (fprw.c:21)
21 Address 0x........ is 0 bytes inside a block of size 4 free'd
22 at 0x........: free (vg_replace_malloc.c:...)
23 by 0x........: main (fprw.c:19)
25 Invalid write of size 4
26 at 0x........: main (fprw.c:21)
27 Address 0x........ is 0 bytes inside a block of size 4 free'd
28 at 0x........: free (vg_replace_malloc.c:...)
29 by 0x........: main (fprw.c:19)
31 Invalid free() / delete / delete[] / realloc()
32 at 0x........: free (vg_replace_malloc.c:...)
33 by 0x........: main (fprw.c:22)
34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
36 Invalid write of size 8
37 at 0x........: main (fprw.c:24)
38 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
39 at 0x........: malloc (vg_replace_malloc.c:...)
40 by 0x........: main (fprw.c:23)