Searched refs:offsetBound (Results 1 – 1 of 1) sorted by relevance
4442 size_t offsetBound; in ZSTD_validateSequence() local4449 offsetBound = posInSrc > windowSize ? (size_t)windowSize : posInSrc + (size_t)dictSize; in ZSTD_validateSequence()4450 … RETURN_ERROR_IF(offCode > offsetBound + ZSTD_REP_MOVE, corruption_detected, "Offset too large!"); in ZSTD_validateSequence()