lua-users home
lua-l archive

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


On Sun, 17 Jan 2010 14:29:23 -0800
Tobias Kieslich <tobias@justdreams.de> wrote:

> It showed nothing serious, if someone wants to look at the results,
> here you go: http://parcle.net/scan-build-lua/
> Remember static analysis is a brute force approach and might detect
> issues that are actually non issues.

Indeed; at least one of the problems is that api_check() is disabled.
(Value stored to 'p' is never read, in lapi.c).

Might be worth redoing the analysis with this enabled, as it'll check
more of the code.

B.