Hi Vincent, On Tue, Mar 29, 2016 at 05:03:23PM +0200, Vincent Bernat wrote: > OK, so, I'll propose a patch for this, including the sizeof() change (or > another patch for the sizeof() change?). For the record, I don't do this > manually, I use a semantic patch like this: > > @@ > type T; > @@ > > - (T\( \|\)*) > (\(lua_touserdata\|malloc\|calloc\)(...)) > > So, I can rebase the patch as long as it's needed.
I've merged the pending patches so feel free to rebase and send yours, things should be a bit more stable now! Cheers, Willy

