File: template_valgrind_32697.txt

package info (click to toggle)
eclipse-linuxtools 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 75,416 kB
  • ctags: 41,034
  • sloc: java: 262,051; xml: 34,770; ansic: 15,458; cpp: 326; sh: 261; makefile: 60
file content (16 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==32697== Invalid read of size 1
==32697==    at 0x4004E2: main (test.c:16)
==32697==  Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
==32697==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==32697==    by 0x4004D5: main (test.c:15)
==32697== 
==32697== Invalid write of size 1
==32697==    at 0x4004F3: main (test.c:17)
==32697==  Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
==32697==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==32697==    by 0x4004D5: main (test.c:15)
==32697== 
==32697== 10 bytes in 1 blocks are definitely lost in loss record 1 of 1
==32697==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==32697==    by 0x4004D5: main (test.c:15)
==32697==