fixed lz4frame with linked blocks
authorYann Collet <cyan@fb.com>
Mon, 15 Apr 2019 17:28:36 +0000 (10:28 -0700)
committerYann Collet <cyan@fb.com>
Mon, 15 Apr 2019 17:28:36 +0000 (10:28 -0700)
commit481a37fe472e88e276a90967984ce92abf0cff5e
treee30ef98acdfc1dff9153ed4589ecb7522b015aaa
parent3ab916c6a258434987b41ffbb58f792545415d8e
fixed lz4frame with linked blocks

when one block was not compressible,
it would tag the context as `dirty`,
resulting in compression automatically bailing out of all future blocks,
making the rest of the frame uncompressible.
lib/lz4.c