[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Goodbye Lua on iPhone?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 8 Apr 2010 21:11:50 -0300
> And Lua uses strcpy()...
Not in the core in 5.2:
loslib.c: strcpy(b, "/tmp/lua_XXXXXX"); \
lstrlib.c: strcpy(form + l - 1, LUA_INTFRMLEN);