mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Apply fix for vendor pull request #17:
Support appending to empty archives References: https://github.com/libarchive/libarchive/pull/17 Submitted by: myself Obtained from: libarchive master branch on github
This commit is contained in:
parent
e9322de834
commit
7ceb94332b
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ tar_mode_r(struct bsdtar *bsdtar)
|
|||
|
||||
a = archive_read_new();
|
||||
archive_read_support_filter_all(a);
|
||||
archive_read_support_format_empty(a);
|
||||
archive_read_support_format_tar(a);
|
||||
archive_read_support_format_gnutar(a);
|
||||
r = archive_read_open_fd(a, bsdtar->fd, 10240);
|
||||
|
|
|
|||
Loading…
Reference in a new issue