lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Mar 27, 2009 at 4:12 PM, Tony Finch <dot@dotat.at> wrote:
> On Fri, 27 Mar 2009, Peter Cawley wrote:
>>
>> Therefore, IMO, not a bug.
>
> It is a bug by a strict interpretation of the C standard, since the only
> out of bounds pointer you are permitted to create is one past the end of
> an array. One before the beginning of an array is not allowed.

Having not formally read the C standard, I stand corrected.