Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8d65f31f0e6603666b9e40619f8fe045d67a3424 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==510== Invalid read of size 1
==510==    at 0x4004E2: main (test.c:16)
==510==  Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
==510==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==510==    by 0x4004D5: main (test.c:15)
==510== 
==510== Invalid write of size 1
==510==    at 0x4004F3: main (test.c:17)
==510==  Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
==510==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==510==    by 0x4004D5: main (test.c:15)
==510== 
==510== 10 bytes in 1 blocks are definitely lost in loss record 1 of 1
==510==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==510==    by 0x4004D5: main (test.c:15)
==510== 

Back to the top