mirror of
https://github.com/lua/lua
synced 2025-03-21 21:23:06 +03:00
364e569945

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
67.3%
Lua
32.1%
Makefile
0.6%