Remove more gzip complaining lines (#893)

This commit is contained in:
Denis Kopyrin
2025-07-04 01:20:08 +08:00
committed by GitHub
parent 3c65ad1fed
commit 2dd4171fee

View File

@@ -277,7 +277,6 @@ next_block:
nlen = get_unaligned_le16(in_next + 2);
in_next += 4;
SAFETY_CHECK(len == (u16)~nlen);
SAFETY_CHECK(len <= in_end - in_next);
u8* out_cur = out_next;