lua-users home
lua-l archive

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


* Tobias Kieslich:

> 	thanks. Here is the rebuild with the APICHECK:
> 	http://parcle.net/scan-build-2010-01-18-1/

I think you need to add "no return" annotations to luaL_argerror(),
luaG_runerror() and luaX_syntaxerror(), or use some form of global
analysis.  This appears to be a false positive:

<http://parcle.net/scan-build-2010-01-18-1/report-ijV4MT.html#EndPath>

tm is set in line 140, and used to initialize temp in line 147.