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