mirror of
https://github.com/revanced/smali.git
synced 2025-05-07 09:54:34 +02:00
Increment the offset correctly when reading a sized long
This commit is contained in:
parent
ebd6178008
commit
1ff61d42de
@ -461,7 +461,7 @@ public class DexReader {
|
|||||||
throw new ExceptionWithContext("Invalid size %d for sized long at offset 0x%x", bytes, offset);
|
throw new ExceptionWithContext("Invalid size %d for sized long at offset 0x%x", bytes, offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
o += bytes;
|
offset = o + bytes;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user