Files
lua/testes/utf8.lua
Roberto I 10eb89d114 BUG: shift overflow in utf-8 decode
An initial byte \xFF will ask for 7 continuation bytes, and then the
shift by (count * 5) will try to shift 35 bits.
2026-02-18 13:24:04 -03:00

8.1 KiB