mirror of
https://github.com/lua/lua.git
synced 2026-07-23 14:39:05 +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
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%