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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/threat_redundant.c (with 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
s1[0] ∈ {97}
[1] ∈ {98}
[2] ∈ {97}
[3] ∈ {98}
[4] ∈ {97}
[5] ∈ {98}
[6] ∈ {97}
[7] ∈ {98}
[8] ∈ {97}
[9] ∈ {98}
x ∈ {0}
[value] computing for function strchr <- main.
Called from tests/value/threat_redundant.c:16.
tests/value/threat_redundant.c:5:[value] entering loop for the first time
tests/value/threat_redundant.c:5:[value] warning: out of bounds read. assert \valid_read(s);
[value] Recording results for strchr
[value] Done for function strchr
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function strchr:
NON TERMINATING FUNCTION
[value:final-states] Values at end of function main:
NON TERMINATING FUNCTION
[from] Computing for function strchr
[from] Non-terminating function strchr (no dependencies)
[from] Done for function strchr
[from] Computing for function main
[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 strchr:
NON TERMINATING - NO EFFECTS
[from] Function main:
NON TERMINATING - NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function strchr:
s
[inout] Inputs for function strchr:
s1[0..9]
[inout] Out (internal) for function main:
x
[inout] Inputs for function main:
s1[0..9]
|