]> andersk Git - splint.git/blame - test/list.expect
noexpand always false.
[splint.git] / test / list.expect
CommitLineData
885824d3 1
2list.c: (in function list_addh)
3list.c:24:5: Variable e is kept in true branch, but not kept in continuation.
16c024b5 4 list.c:24:5: in true branch:
885824d3 5 list.c:23:7: Storage e becomes kept
16c024b5 6 list.c:24:5: in continuation:
7 list.c:12:22: Storage e becomes only
885824d3 8list.c:25:2: Storage *(l->next) reachable from parameter contains 1 undefined
9 field: next
10list.c: (in function list_addh2)
11list.c:39:2: Storage *(l->next) reachable from parameter contains 1 undefined
12 field: next
13
11db3170 14Finished checking --- 3 code warnings, as expected
This page took 0.095018 seconds and 5 git commands to generate.