]> andersk Git - splint.git/blame_incremental - test/list.expect
noexpand always false.
[splint.git] / test / list.expect
... / ...
CommitLineData
1
2list.c: (in function list_addh)
3list.c:24:5: Variable e is kept in true branch, but not kept in continuation.
4 list.c:24:5: in true branch:
5 list.c:23:7: Storage e becomes kept
6 list.c:24:5: in continuation:
7 list.c:12:22: Storage e becomes only
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
14Finished checking --- 3 code warnings, as expected
This page took 0.03436 seconds and 5 git commands to generate.