diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2026-07-22 15:07:52 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2026-07-22 15:07:52 -0300 |
| commit | af19891bce064a625deeea0fa3d0005f6e22842a (patch) | |
| tree | 9d907160d21e74a2aa90eacd560aed6a73589bcd /lopcodes.c | |
| parent | 8511e90b7df5daf139aba290b9c9c1595927e7b3 (diff) | |
| download | lua-af19891bce064a625deeea0fa3d0005f6e22842a.tar.gz lua-af19891bce064a625deeea0fa3d0005f6e22842a.tar.bz2 lua-af19891bce064a625deeea0fa3d0005f6e22842a.zip | |
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.
Diffstat (limited to 'lopcodes.c')
0 files changed, 0 insertions, 0 deletions
