Home
last modified time | relevance | path

Searched refs:lowLimit (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/lib/
H A Dlz4.c90 const BYTE* const lowLimit = lowPrefix - dictSize; in LZ4_decompress_generic() local
153 …if ((checkOffset) && (unlikely(match < lowLimit))) goto _output_error; /* Error : offset outside… in LZ4_decompress_generic()