]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix recent issue combining -r with empty list of input files 1917/head
authorYann Collet <cyan@fb.com>
Mon, 2 Dec 2019 22:28:18 +0000 (14:28 -0800)
committerYann Collet <cyan@fb.com>
Mon, 2 Dec 2019 22:28:18 +0000 (14:28 -0800)
commita49417b5af0cf5669e6a97c0a24028db53276b2d
treee32e52b91b623d8918302af7af6e8343d4d3eb1d
parentd3ec368e13cac8391264ae2de3e9b930b199e282
fix recent issue combining -r with empty list of input files

This would resize the table of input filenames to zero,
delivering an empty table,
to which it was no longer possible to add stdin.
programs/util.c
programs/zstdcli.c
tests/playTests.sh