]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed incorrect rowlog initialization 2931/head
authorYann Collet <cyan@fb.com>
Wed, 15 Dec 2021 22:37:05 +0000 (14:37 -0800)
committerYann Collet <cyan@fb.com>
Wed, 15 Dec 2021 22:37:05 +0000 (14:37 -0800)
commitc8d6067615999827235d7df15b035c689f9e7311
treee7ff95b1b7e04b4a6264b6b559982970409d0903
parentc5f1e826ca0a8b8a5e58bf0051437c72580007f0
fixed incorrect rowlog initialization

the variable has only very limited usage,
being only used once at the beginning of the block for prefetching only,
hence the error had no impact on compression ratio.
lib/compress/zstd_lazy.c