fixed an old bug in LZ4F_flush()
authorYann Collet <cyan@fb.com>
Wed, 3 Apr 2019 23:28:42 +0000 (16:28 -0700)
committerYann Collet <cyan@fb.com>
Wed, 3 Apr 2019 23:28:42 +0000 (16:28 -0700)
commitb5bedefabe513c810e77a64c448b00377e0a8bf0
tree8ab482045e0e50d89b08ffc5c4ecd9d2874ffd42
parent50f01d881d0bfe0accd8f7c70937be99c403b6ef
fixed an old bug in LZ4F_flush()

which remained undetected so far,
as it requires a fairly large number of conditions to be triggered,
starting with enabling Block checksum, which is disabled by default,
and which usage is known to be extremely rare.
lib/lz4frame.c
lib/lz4hc.h