File: strings.2.res.oracle

package info (click to toggle)
frama-c 20161101%2Bsilicon%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,324 kB
  • ctags: 35,695
  • sloc: ml: 200,142; ansic: 31,465; makefile: 2,334; sh: 1,643; lisp: 259; python: 85; asm: 26
file content (67 lines) | stat: -rw-r--r-- 1,952 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/strings.i (no preprocessing)
[value] Analyzing a complete application starting at main7
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  s1[0] ∈ {104}
    [1] ∈ {101}
    [2..3] ∈ {108}
    [4] ∈ {111}
    [5] ∈ {0}
    [6] ∈ {32}
    [7] ∈ {119}
    [8] ∈ {111}
    [9] ∈ {114}
    [10] ∈ {108}
    [11] ∈ {100}
    [12] ∈ {0}
  s2[0] ∈ {104}
    [1] ∈ {101}
    [2..3] ∈ {108}
    [4] ∈ {111}
    [5] ∈ {0}
  s5 ∈ {0}
  s6 ∈ {0}
  cc ∈ {97}
  Q ∈ {0}
  R ∈ {0}
  S ∈ {0}
  T ∈ {0}
  U ∈ {0}
  V ∈ {0}
  W ∈ {0}
  X ∈ {0}
  Y ∈ {0}
  Z ∈ {0}
  s3 ∈ {{ "tutu" }}
  s4 ∈ {{ "tutu" }}
  s7 ∈ {{ "hello\000 world" }}
  s8 ∈ {{ "hello" }}
tests/value/strings.i:101:[value] warning: out of bounds write. assert \valid(tmp);
                                      (tmp from f?s5 + 2:& c)
tests/value/strings.i:103:[value] warning: out of bounds write. assert \valid(s5);
tests/value/strings.i:105:[value] warning: out of bounds write. assert \valid(s6);
[value] Recording results for main7
[value] done for function main7
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main7:
  s5 ∈ {{ &c }}
  s6 ∈ {{ &c }}
  R ∈ {84}
  c ∈ {116}
  __retres ∈ {116}
[from] Computing for function main7
[from] Done for function main7
[from] ====== DEPENDENCIES COMPUTED ======
       These dependencies hold at termination for the executions that terminate:
[from] Function main7:
  s5 FROM s3; d
  s6 FROM s3; e
  R FROM s3; d; f
  \result FROM s4; "tutu"[bits 0 to 7]
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main7:
          s5; s6; R; c; tmp; __retres
[inout] Inputs for function main7:
          s5; s6; cc; s3; s4; "tutu"[bits 0 to 7]