]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix #3583 3589/head
authorYann Collet <cyan@fb.com>
Mon, 3 Apr 2023 16:45:11 +0000 (09:45 -0700)
committerYann Collet <cyan@fb.com>
Mon, 3 Apr 2023 16:45:11 +0000 (09:45 -0700)
commit2e29728797c49db1f4e7bfbd52ef9d7ae45d5851
treea137d017506ed5da7db6049c83d6c1ff9f489add
parent9b4833df2de3ab1779474c08725e398ea96127a1
fix #3583

As reported by @georgmu,
the previous fix is undone by the later initialization.
Switch order, so that initialization is adjusted by special case.
CHANGELOG
lib/compress/zstd_compress.c
programs/fileio.c