[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: two invalid pointer conversions
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 19 Dec 2016 14:27:30 -0200
> while updating lua5.3 for next Debian stable and I've encountered two
> invalid pointer conversions that are triggered by more strict build
> defaults in Debian (and in Debian package). I have attached patch to fix
> those issues.
Thanks; these had already been reported:
http://lua-users.org/lists/lua-l/2016-06/msg00437.html
http://lua-users.org/lists/lua-l/2016-10/msg00218.html
And none of them are invalid in ISO C99.
-- Roberto