We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db95a8 commit d7b11eeCopy full SHA for d7b11ee
crnlib/lzma/Ppmd7Enc.c
@@ -58,7 +58,7 @@ Z7_FORCE_INLINE
58
// Z7_NO_INLINE
59
static void Ppmd7z_RangeEnc_Encode(CPpmd7 *p, UInt32 start, UInt32 size)
60
{
61
- R->Low += start * R->Range;
+ R->Low += (UInt64)start * (UInt64)R->Range;
62
R->Range *= size;
63
RC_NORM_LOCAL(p)
64
}
0 commit comments