mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Update vendor/libarchive/dist to git 3532bc32819b14bfd8a3a5e3d3554ce14d939940
archive_read_disk_posix.c: initialize delayed_errno
This commit is contained in:
parent
fbb1b16ad8
commit
64339c4130
1 changed files with 1 additions and 0 deletions
|
|
@ -860,6 +860,7 @@ next_entry(struct archive_read_disk *a, struct tree *t,
|
|||
struct archive_string delayed_str;
|
||||
|
||||
delayed = ARCHIVE_OK;
|
||||
delayed_errno = 0;
|
||||
archive_string_init(&delayed_str);
|
||||
|
||||
st = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue