[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: undefined behaviour in lua source
- From: Pat Brown <ptbrown@...>
- Date: Mon, 05 Oct 2015 21:39:40 -0400
On Monday, October 05, 2015 11:38:21 AM Daurnimator wrote:
> Here are the errors I got running test suite:
Isn't that the point? To test these edge cases that aren't well-defined?
> lauxlib.c:472:3: runtime error: null pointer passed as argument 2,
> which is declared to never be null
Except for this. It happens when a function without debug info is dumped.
DumpVector in ldump.c is used with a length of zero.
--
(Pat Brown)