Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

zapret-antidpi: oob error if char > 1 symbol

This commit is contained in:
bol-van
2026-01-16 15:04:16 +03:00
parent aa13a1f5d2
commit 201dd40b46

View File

@@ -1087,6 +1087,9 @@ function oob(ctx, desync)
end
else
local oob = desync.arg.char or (desync.arg.byte and bu8(desync.arg.byte) or nil) or "\x00"
if #oob>1 then
error("oob: OOB must be exactly one byte")
end
local dis_oob = deepcopy(desync.dis)
local urp
if not desync.arg.urp or desync.arg.urp=='b' then