]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Allow empty files (after filters) in bsdcat command. 87/head
authorSebastian Freundt <freundt@ga-group.nl>
Tue, 12 Aug 2014 14:55:28 +0000 (14:55 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Wed, 13 Aug 2014 07:05:12 +0000 (07:05 +0000)
commit96e57afe1fdbbfeea586b733e0c57a5c8a0ad7c9
treeeb8c9960b336ad1f045043f16a9bad49da974e44
parent850c3c8d37900827244891e62febf77136c42bcb
Allow empty files (after filters) in bsdcat command.

This changeset fixes an issue with empty compressed files, i.e.
files that after inflating are of size 0:  bsdcat would report
unrecognized archive format for those because the raw reader is
unable to handle files of zero length.
cat/bsdcat.c