From f86796639ede24a5ae83ad24a0906e708e33c1af Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Thu, 31 May 2018 16:55:50 -0400 Subject: [PATCH] Remove Incorrect and Extraneous Repcode Bounds Check --- lib/compress/zstd_double_fast.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/compress/zstd_double_fast.c b/lib/compress/zstd_double_fast.c index 401724715..fbd354043 100644 --- a/lib/compress/zstd_double_fast.c +++ b/lib/compress/zstd_double_fast.c @@ -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 */