You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses lua_pushcfunction and lua_pushlightuserdata as they can't fail (as long as there is stack space).
In lua 5.1, lua_cpcall has to be used instead, however it doesn't leave return values on the stack; so needs gymnastics via the registry or something.
If
lua_pushstring
longjmp
s out then the string is never freed.e.g.
lua-systemd/src/login.c
Line 129 in f905300
The text was updated successfully, but these errors were encountered: