[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua-5.2 build with static analyzer
- From: Florian Weimer <fw@...>
- Date: Mon, 18 Jan 2010 21:25:31 +0100
* 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.