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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/ai_annot.i (no preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
u ∈ {0}
v ∈ {0}
w ∈ {0}
tests/value/ai_annot.i:9:[value] warning: assertion got status unknown.
tests/value/ai_annot.i:10:[value] warning: assertion got status unknown.
tests/value/ai_annot.i:11:[value] warning: assertion got status unknown.
tests/value/ai_annot.i:12:[value] warning: out of bounds write. assert \valid(p + 1);
tests/value/ai_annot.i:14:[value] warning: out of bounds read. assert \valid_read(p + 2);
tests/value/ai_annot.i:14:[value] warning: signed overflow. assert x + *(p + 2) ≤ 2147483647;
[value] Recording results for main
[value] done for function main
[scope:rm_asserts] removing 2 assertion(s)
tests/value/ai_annot.i:12:[scope:rm_asserts] removing redundant assert Value: mem_access: \valid(p + 1);
tests/value/ai_annot.i:14:[scope:rm_asserts] removing redundant assert Value: mem_access: \valid_read(p + 2);
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
__retres ∈ [--..--]
S_p[0] ∈ [--..--]
[1] ∈ [0..2147483647]
[2] ∈ [--..--]
[from] Computing for function main
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function main:
S_p[1] FROM x; p
\result FROM x; p; S_p[2]
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
__retres; S_p[1]
[inout] Inputs for function main:
S_p[2]
|