lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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"). :)