[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT FFI] Tailcalling string.byte() in a callback causes LuaJIT to crash
- From: Mike Pall <mikelu-1201@...>
- Date: Sun, 15 Jan 2012 17:10:55 +0100
Duncan Cross wrote:
> > ffi = require 'ffi'
> > func = ffi.cast('int(*)()', function() return string.byte 'a'; end)
> > =func()
Thank you for the report! Fixed in git HEAD.
--Mike