]> andersk Git - splint.git/blame - test/nullterminatedtest.expect
Put Nullterminated Tests in the repository.
[splint.git] / test / nullterminatedtest.expect
CommitLineData
30f24dcd 1
2****************************NULLTERMINATED ERROR2
3test1.c: (in function main)
4test1.c:11:6: Possibly non-nullterminated storage c passed as nullterminated
5 param: fcn1 (c)
6SYMBOL REFERENCED IS NOT NULLTERMINATED!
7*******************************=
8
9test1.c:13:6: Variable d used before definition
10****************************NULLTERMINATED ERROR2
11test1.c:13:6: Possibly non-nullterminated storage d passed as nullterminated
12 param: fcn1 (d)
13SYMBOL REFERENCED IS NOT NULLTERMINATED!
14*******************************=
15
16
17Finished LCLint checking --- 3 code errors found
18
19Cannot open file: test2.c
20
21Finished LCLint checking --- no code processed
This page took 0.0692430000000001 seconds and 5 git commands to generate.