]> andersk Git - splint.git/blob - test/merge.expect
3b93b60bbb2d4eb74f09ad2b9a6ee6b995e5b363
[splint.git] / test / merge.expect
1
2 merge.c: (in function f2)
3 merge.c:33:4: Variable y used in inconsistent state
4    merge.c:30:28: Storage y becomes inconsistent (released on one branch)
5 merge.c:33:4: Dereference of possibly null pointer y: *y
6    merge.c:21:12: Storage y may become null
7 merge.c: (in function f3)
8 merge.c:51:4: Dereference of possibly null pointer y: *y
9    merge.c:50:7: Storage y may become null
10
11 Finished LCLint checking --- 3 code errors found, as expected
This page took 0.029148 seconds and 3 git commands to generate.