mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
364e569945c044fd18c70ee1bc851364534aef97
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.)
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%