• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2Invalid ADD
3   at 0x........: main (arith.c:19)
4   by 0x........: __libc_start_main (...libc...)
5   by 0x........: ...
6Both args derived from address 0x........ of 40-byte block alloc'd
7   at 0x........: malloc (vg_replace_malloc.c:...)
8   by 0x........: main (arith.c:9)
9   by 0x........: __libc_start_main (...libc...)
10   by 0x........: ...
11
12Invalid AND
13   at 0x........: main (arith.c:21)
14   by 0x........: __libc_start_main (...libc...)
15   by 0x........: ...
16First arg derived from address 0x........ of 40-byte block alloc'd
17   at 0x........: malloc (vg_replace_malloc.c:...)
18   by 0x........: main (arith.c:9)
19   by 0x........: __libc_start_main (...libc...)
20   by 0x........: ...
21Second arg derived from address 0x........ of 40-byte block alloc'd
22   at 0x........: malloc (vg_replace_malloc.c:...)
23   by 0x........: main (arith.c:8)
24   by 0x........: __libc_start_main (...libc...)
25   by 0x........: ...
26
27Invalid IDIV
28   at 0x........: main (arith.c:27)
29   by 0x........: __libc_start_main (...libc...)
30   by 0x........: ...
31Both args derived from address 0x........ of 40-byte block alloc'd
32   at 0x........: malloc (vg_replace_malloc.c:...)
33   by 0x........: main (arith.c:9)
34   by 0x........: __libc_start_main (...libc...)
35   by 0x........: ...
36
37Invalid IDIV
38   at 0x........: main (arith.c:28)
39   by 0x........: __libc_start_main (...libc...)
40   by 0x........: ...
41First arg not a pointer
42Second arg derived from address 0x........ of 40-byte block alloc'd
43   at 0x........: malloc (vg_replace_malloc.c:...)
44   by 0x........: main (arith.c:9)
45   by 0x........: __libc_start_main (...libc...)
46   by 0x........: ...
47
48Invalid DIV
49   at 0x........: main (arith.c:31)
50   by 0x........: __libc_start_main (...libc...)
51   by 0x........: ...
52Both args derived from address 0x........ of 40-byte block alloc'd
53   at 0x........: malloc (vg_replace_malloc.c:...)
54   by 0x........: main (arith.c:9)
55   by 0x........: __libc_start_main (...libc...)
56   by 0x........: ...
57
58Invalid DIV
59   at 0x........: main (arith.c:32)
60   by 0x........: __libc_start_main (...libc...)
61   by 0x........: ...
62First arg not a pointer
63Second arg derived from address 0x........ of 40-byte block alloc'd
64   at 0x........: malloc (vg_replace_malloc.c:...)
65   by 0x........: main (arith.c:9)
66   by 0x........: __libc_start_main (...libc...)
67   by 0x........: ...
68
69Invalid IMUL
70   at 0x........: main (arith.c:34)
71   by 0x........: __libc_start_main (...libc...)
72   by 0x........: ...
73Both args derived from address 0x........ of 40-byte block alloc'd
74   at 0x........: malloc (vg_replace_malloc.c:...)
75   by 0x........: main (arith.c:9)
76   by 0x........: __libc_start_main (...libc...)
77   by 0x........: ...
78
79ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
80