X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcore%2Fluasrc%2Futil.lua;h=76e382b45ac536c2ec2a9552f2be2d5e87c6624b;hp=9f1d050e7c43f766ae6fc7d820358d033dfa4be6;hb=25089e49fd75c5a9a5bcc06ade48437ce3ec10ad;hpb=c99752055aef7f85fbc4bd575a51e005fc0d119a;ds=inline diff --git a/libs/core/luasrc/util.lua b/libs/core/luasrc/util.lua index 9f1d050e7..76e382b45 100644 --- a/libs/core/luasrc/util.lua +++ b/libs/core/luasrc/util.lua @@ -234,7 +234,7 @@ function strip_bytecode(dump) offset = offset + size + subint(dump, offset, size) elseif t == 3 then offset = offset + num - elseif t == 254 then + elseif t == 254 or t == 9 then offset = offset + lnum end end