• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2Invalid read of size 4
3   at 0x........: main (realloc.c:20)
4 Address 0x........ is 4 bytes before the accessing pointer's
5 legitimate range, a block of size 200 alloc'd
6   at 0x........: realloc (vg_replace_malloc.c:...)
7   by 0x........: main (realloc.c:17)
8
9Invalid read of size 4
10   at 0x........: main (realloc.c:21)
11 Address 0x........ is 0 bytes after the accessing pointer's
12 legitimate range, a block of size 200 alloc'd
13   at 0x........: realloc (vg_replace_malloc.c:...)
14   by 0x........: main (realloc.c:17)
15
16Invalid read of size 4
17   at 0x........: main (realloc.c:28)
18 Address 0x........ is 4 bytes before the accessing pointer's
19 legitimate range, a block of size 200 alloc'd
20   at 0x........: realloc (vg_replace_malloc.c:...)
21   by 0x........: main (realloc.c:25)
22
23Invalid read of size 4
24   at 0x........: main (realloc.c:29)
25 Address 0x........ is 0 bytes after the accessing pointer's
26 legitimate range, a block of size 200 alloc'd
27   at 0x........: realloc (vg_replace_malloc.c:...)
28   by 0x........: main (realloc.c:25)
29
30Invalid read of size 4
31   at 0x........: main (realloc.c:38)
32 Address 0x........ is 4 bytes before the accessing pointer's
33 legitimate range, a block of size 400 alloc'd
34   at 0x........: realloc (vg_replace_malloc.c:...)
35   by 0x........: main (realloc.c:33)
36
37Invalid read of size 4
38   at 0x........: main (realloc.c:39)
39 Address 0x........ is 0 bytes after the accessing pointer's
40 legitimate range, a block of size 400 alloc'd
41   at 0x........: realloc (vg_replace_malloc.c:...)
42   by 0x........: main (realloc.c:33)
43
44
45ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0)
46