lua-users home
lua-l archive

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


> it is possible, we would attempt to read memory with luai_ctype_[257]

llex returns single-byte tokens (at most 255) or composite tokens
starting at FIRST_RESERVED, which is 257. Therefore, a token is never
256 and luai_ctype_[257] is never read.