]> andersk Git - splint.git/commit
Fixed bug #697722 Assert error / global
authordrl7x <drl7x>
Fri, 7 Mar 2003 07:16:11 +0000 (07:16 +0000)
committerdrl7x <drl7x>
Fri, 7 Mar 2003 07:16:11 +0000 (07:16 +0000)
commita07995d9a461db88f826d7b4061524ee413ff0e8
tree7fe155509aa64bea3486371f3585e8a77675a7ec
parent768a340a15bd3bf200883e277f0a33de81d9a8e8
Fixed bug #697722  Assert error / global

I had to fish around a lot but Splint now handles thing cleanly if a global is used in a /*@requires isnull ..@*/ or similar clause.

Basically, we just ignore the variable as was the old behavior.  The bug was that llassert were failing.  I think things likely became broken after the code implementing the overloading of the requires keyword was added.
src/cgrammar.c.der
src/cgrammar.y
src/clabstract.c
src/functionClause.c
src/stateClause.c
This page took 0.051683 seconds and 5 git commands to generate.