]> andersk Git - splint.git/blob - test/strchr.out
Fixed test suite (temporarily) to run nested test cases
[splint.git] / test / strchr.out
1
2 strchr.c: (in function func)
3 strchr.c:6:4: Dereference of possibly null pointer c: *c
4    strchr.c:5:7: Storage c may become null
5 strchr.c:6:3: Suspect modification of observer c: *c = 'd'
6
7 Finished LCLint checking --- 2 code errors found, as expected
This page took 0.042735 seconds and 5 git commands to generate.