File: template_valgrind_630.txt

package info (click to toggle)
eclipse-linuxtools 8.1.0%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 42,888 kB
  • sloc: java: 149,148; xml: 22,186; ansic: 15,426; cpp: 326; makefile: 42; javascript: 29; sh: 19; python: 10
file content (36 lines) | stat: -rw-r--r-- 1,682 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
==630== Invalid read of size 1
==630==    at 0x4004E2: main (test.c:16)
==630==    by 0x3AC0C1EA2C: __libc_start_main (in /lib64/libc-2.10.1.so)
==630==    by 0x400408: ??? (in XXXXXXXXXXXX/basicTest/Debug/basicTest)
==630==    by 0x7FF000607: ???
==630==    by 0x1B: ???
==630==  Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
==630==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==630==    by 0x4004D5: main (test.c:15)
==630==    by 0x3AC0C1EA2C: __libc_start_main (in /lib64/libc-2.10.1.so)
==630==    by 0x400408: ??? (in XXXXXXXXXXXX/basicTest/Debug/basicTest)
==630==    by 0x7FF000607: ???
==630==    by 0x1B: ???
==630== 
==630== Invalid write of size 1
==630==    at 0x4004F3: main (test.c:17)
==630==    by 0x3AC0C1EA2C: __libc_start_main (in /lib64/libc-2.10.1.so)
==630==    by 0x400408: ??? (in XXXXXXXXXXXX/basicTest/Debug/basicTest)
==630==    by 0x7FF000607: ???
==630==    by 0x1B: ???
==630==  Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
==630==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==630==    by 0x4004D5: main (test.c:15)
==630==    by 0x3AC0C1EA2C: __libc_start_main (in /lib64/libc-2.10.1.so)
==630==    by 0x400408: ??? (in XXXXXXXXXXXX/basicTest/Debug/basicTest)
==630==    by 0x7FF000607: ???
==630==    by 0x1B: ???
==630== 
==630== 10 bytes in 1 blocks are definitely lost in loss record 1 of 1
==630==    at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
==630==    by 0x4004D5: main (test.c:15)
==630==    by 0x3AC0C1EA2C: __libc_start_main (in /lib64/libc-2.10.1.so)
==630==    by 0x400408: ??? (in XXXXXXXXXXXX/basicTest/Debug/basicTest)
==630==    by 0x7FF000607: ???
==630==    by 0x1B: ???
==630==