Files
lua/lutf8lib.c
Roberto I af19891bce 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-07-22 15:07:52 -03:00

8.1 KiB