mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
MFV r344088 (libarchive):
archive_read_disk_posix.c: initialize delayed_errno MFC after: 2 weeks
This commit is contained in:
commit
2a021abd9e
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