zstd/lib/decompress
Yann Collet 2108decb41 Fixed a nasty corruption bug
recently introduce into the new dictionary mode.
The bug could be reproduced with this command :
./zstreamtest -v --opaqueapi --no-big-tests -s4092 -t639

error was in function ZSTD_count_2segments() :
the beginning of the 2nd segment corresponds to prefixStart
and not the beginning of the current block (istart == src).
This would result in comparing the wrong byte.
2018-06-01 18:54:34 -07:00
..
huf_decompress.c implemented fractional bit cost evaluation 2018-05-08 17:43:13 -07:00
zstd_decompress.c Fixed a nasty corruption bug 2018-06-01 18:54:34 -07:00