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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/threat_if.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
p ∈ {0}
l ∈ {0}
m ∈ {0}
i ∈ {0}
X ∈ {-992}
tests/value/threat_if.i:14:[value] warning: out of bounds write. assert \valid(p);
[value] computing for function printf <- main.
Called from tests/value/threat_if.i:18.
tests/value/threat_if.i:18:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
[value] using specification for function printf
[value] Done for function printf
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
p ∈ {{ NULL ; &l }}
l ∈ {0; 1}
G ∈ {-126}
c ∈ {-126}
__retres ∈ {-126}
[from] Computing for function main
[from] Computing for function printf <-main
[from] Done for function printf
tests/value/threat_if.i:18:[from] warning: variadic call detected. Using only 1 argument(s).
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function printf:
NO EFFECTS
[from] Function main:
p FROM i_0 (and SELF)
l FROM p; i_0 (and SELF)
\result FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
p; l; G; c; __retres
[inout] Inputs for function main:
p
|