]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issues 396, 397: Ignore entries with empty filenames.
authorTim Kientzle <kientzle@acm.org>
Sat, 7 Feb 2015 06:45:58 +0000 (22:45 -0800)
committerTim Kientzle <kientzle@acm.org>
Sat, 7 Feb 2015 06:45:58 +0000 (22:45 -0800)
commitb2e2abbb13ddcd962470cc1adb43b085f6e407a4
tree3770ee44e0308d0751176646dc290d3b16051746
parent24f5de6560f31a67bfdf5ddec367e70ecfa9e440
Issues 396, 397: Ignore entries with empty filenames.

Bugs in the rar and cab readers lead to returning entries
with empty filenames.  Make bsdtar resistant to this.

Of course, we should also fix the rar and cab
readers to handle these cases correctly and either
return correctly-populated entries or fail cleanly.
tar/read.c