lua-users home
lua-l archive

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


> 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);