Control: severity -1 important

Hi,

Thanks for your work and patch is looking good to me.
I will apply this  to buster.

Best regards,
  Nobuhiro

2019年11月8日(金) 17:48 Mihail Safronov <msaf1...@gmail.com>:
>
> Patch for Debain Buster
>
> пт, 8 нояб. 2019 г. в 11:56, Mihail Safronov <msaf1...@gmail.com>:
>>
>> Patches for Debian Stretch
>>
>> чт, 7 нояб. 2019 г. в 19:15, Mihail Safronov <msaf1...@gmail.com>:
>>>
>>> Problem is more complex. When receive incomplete stream, decompression 
>>> context need to be reset with LZ4F_resetDecompressionContext (added in lz4 
>>> 1.8.0).
>>>
>>> I add simple port (this is for lz4 1.7 in CentOS 7)
>>>
>>> void LZ4F_resetDecompressionContext(LZ4F_dctx* dctx)
>>> {
>>>     dctx->dStage = dstage_getHeader;
>>>     dctx->dict = NULL;
>>>     dctx->dictSize = 0;
>>> }
>>>
>>> And with first patch problem was solved.



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6

Reply via email to