mirror of
https://github.com/lua/lua.git
synced 2026-09-06 18:38:20 +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