[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: REVERSE_INULL in lparser.c
- From: "Stern.Jason" <Jason.Stern@...>
- Date: Mon, 10 Aug 2009 17:35:56 -0700
> Suggested fix: either replace 'if (fs)' with 'if (ls->fs)' or
> remove the check and document that anchor_token() depends on
> ls->t.token == TK_EOS in case ls->fs == NULL.
Thank you. I was fairly certain it was a non-issue, but wanted to double check before I made any changes (read "break working code to shut Coverity up"). :)