MFV r344088 (libarchive):

archive_read_disk_posix.c: initialize delayed_errno

MFC after:	2 weeks
This commit is contained in:
Martin Matuska 2019-02-13 07:37:33 +00:00
commit 2a021abd9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344089

View File

@ -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;