mirror of https://github.com/lua/lua.git
Browse Source
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.)pull/24/head
Roberto Ierusalimschy
4 years ago
3 changed files with 7 additions and 3 deletions
Loading…
Reference in new issue