regtest: fix compiler warnings with clang 16
[valgrind.git] / memcheck / tests / fprw.stderr.exp-freebsd-x86
blob3b920e59223cf73e37422ac5eb318375e32aa829
1 Use of uninitialised value of size 4
2    at 0x........: main (fprw.c:16)
4 Use of uninitialised value of size 4
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)