Remove Incorrect and Extraneous Repcode Bounds Check
This commit is contained in:
parent
5b292b5685
commit
f86796639e
@ -272,7 +272,6 @@ _match_stored:
|
||||
|
||||
if (dictMode == ZSTD_noDict) {
|
||||
while ( (ip <= ilimit)
|
||||
&& (ip - offset_2 >= istart)
|
||||
&& ( (offset_2>0)
|
||||
& (MEM_read32(ip) == MEM_read32(ip - offset_2)) )) {
|
||||
/* store sequence */
|
||||
|
Loading…
x
Reference in New Issue
Block a user