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