X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/885824d34f6f6626fde2fb041801408cbaf1f6f1..b05949b6920ce15fd7063643b59cce2f34528854:/test/list.expect diff --git a/test/list.expect b/test/list.expect index ee785f8..b8f57d8 100644 --- a/test/list.expect +++ b/test/list.expect @@ -1,11 +1,14 @@ list.c: (in function list_addh) list.c:24:5: Variable e is kept in true branch, but not kept in continuation. + list.c:24:5: in true branch: list.c:23:7: Storage e becomes kept + list.c:24:5: in continuation: + list.c:12:22: Storage e becomes only list.c:25:2: Storage *(l->next) reachable from parameter contains 1 undefined field: next list.c: (in function list_addh2) list.c:39:2: Storage *(l->next) reachable from parameter contains 1 undefined field: next -Finished LCLint checking --- 3 code errors found, as expected +Finished checking --- 3 code warnings, as expected