aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2026-02-18 13:24:04 -0300
committerRoberto I <roberto@inf.puc-rio.br>2026-02-18 13:24:04 -0300
commit10eb89d1141dc528806b32401e408e36fb2f3bf5 (patch)
treec1d33a4c965758cd9b39ad2fdc3c181295a05ab8 /lobject.h
parent7c40c5edb2364745bf0add6feb02c7c90dfbae3e (diff)
downloadlua-10eb89d1141dc528806b32401e408e36fb2f3bf5.tar.gz
lua-10eb89d1141dc528806b32401e408e36fb2f3bf5.tar.bz2
lua-10eb89d1141dc528806b32401e408e36fb2f3bf5.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 'lobject.h')
0 files changed, 0 insertions, 0 deletions