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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/offset_neg.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
mem[0] ∈ {0}
addr ∈ {{ &mem[0] }}
off ∈ {18446744073709551615}
G[0..4] ∈ {0}
[value] DUMPING STATE of file tests/value/offset_neg.i line 8
mem[0] ∈ {0}
addr ∈ {{ &mem + {18446744073709551616} }}
off ∈ {18446744073709551615}
G[0..4] ∈ {0}
__retres ∈ UNINITIALIZED
=END OF DUMP==
tests/value/offset_neg.i:9:[value] warning: accessing out of bounds index. assert 0 ≤ (int)(-1);
tests/value/offset_neg.i:9:[value] warning: accessing out of bounds index. assert (int)(-1) < 5;
tests/value/offset_neg.i:9:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
[value] Recording results for main
[value] done for function main
tests/value/offset_neg.i:9:[value] assertion 'Value,index_bound' got final status valid.
tests/value/offset_neg.i:9:[value] assertion 'Value,index_bound' got final status invalid.
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
NON TERMINATING FUNCTION
[from] Computing for function main
[from] Computing for function Frama_C_dump_each <-main
[from] Done for function Frama_C_dump_each
[from] Non-terminating function main (no dependencies)
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function main:
NON TERMINATING - NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
addr
[inout] Inputs for function main:
addr; off
|