]> andersk Git - splint.git/blame - test/stack.out
Added doc/Makefile.am to get make dist to work.
[splint.git] / test / stack.out
CommitLineData
86d93ed3 1
2stack.c: (in function stack1)
3stack.c:10:2: Stack-allocated storage *x reachable from parameter x
4 stack.c:9:3: Storage *x becomes stack
5stack.c:10:2: Stack-allocated storage glob reachable from global glob
6 stack.c:8:3: Storage glob becomes stack
7stack.c: (in function f)
8stack.c:20:14: Stack-allocated storage &x reachable from return value: &x
9stack.c:31:11: Stack-allocated storage sa reachable from return value: sa
10stack.c:35:11: Stack-allocated storage sa reachable from return value: &sa[0]
11
12Finished checking --- 5 code warnings, as expected
13
14Finished checking --- no warnings
This page took 0.053353 seconds and 5 git commands to generate.