sk.data = "">
print(sk.len)
print(ffi.string(sk.data))
****
The last line cause LuaJIT to crash and the "sk.data = "" assignement complain with this message : cannot convert 'string' to 'char *'
I know that i am doing something wrong and i would apreciate very much some help.
Thanks in advance.
Olivier.