drd/tests/sem_open: Change the semaphore name (#331839)
[valgrind.git] / memcheck / tests / malloc1.stderr.exp
blobb440a83806de4528e4daaf9cf73cf507f384477b
1 Invalid write of size 1
2 at 0x........: really (malloc1.c:20)
3 by 0x........: main (malloc1.c:9)
4 Address 0x........ is 1 bytes inside a block of size 10 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
6 by 0x........: really (malloc1.c:19)
7 by 0x........: main (malloc1.c:9)
9 Invalid write of size 1
10 at 0x........: really (malloc1.c:23)
11 by 0x........: main (malloc1.c:9)
12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
13 at 0x........: malloc (vg_replace_malloc.c:...)
14 by 0x........: really (malloc1.c:21)
15 by 0x........: main (malloc1.c:9)