mirror of
https://github.com/lua/lua.git
synced 2026-07-25 07:29:05 +00:00
Avoid undefined behavior in calls like «fprintf("%s", NULL)».
('lua_writestringerror' is implemented as 'fprintf', and 'lua_tostring'
can return NULL if object is not a string.)
13 KiB
13 KiB