]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue #659: Fix xar parsing of archives with appleextended ACLs
authorTim Kientzle <kientzle@acm.org>
Sun, 14 Feb 2016 05:52:24 +0000 (21:52 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 14 Feb 2016 05:52:24 +0000 (21:52 -0800)
commit450b1f55328df0dd8294859e37ca66c0f382f614
tree0d53795aa95636b65ccfda2076af2baeac8edf43
parente0448b61f6e795a1632395ef4525936817aef18d
Issue #659:  Fix xar parsing of archives with appleextended ACLs

The parser treated the <appleextended> tag as both known and
unknown, leaving the parser in a state that prevented it
from reading any further attributes.  Depending on the
order of attributes, this could result in a file with no
name, for instance.
libarchive/archive_read_support_format_xar.c