This patch fixes the ULEB128 decoding which currently overflows when evaluating (*p & 0x7f) << Shift were *p = 0x10 and Shift is 28.
Details
Details
Diff Detail
Diff Detail
Differential D5029
[Support] fix the ULEB128 decoding bug. arphaman on Aug 22 2014, 9:30 AM. Authored by
Details This patch fixes the ULEB128 decoding which currently overflows when evaluating (*p & 0x7f) << Shift were *p = 0x10 and Shift is 28.
Diff Detail Event Timeline |