]> wimlib.net Git - wimlib/commitdiff
dentry_extract_skeleton(): Fix bug with DOS name reordering
authorEric Biggers <ebiggers3@gmail.com>
Mon, 2 Sep 2013 14:03:55 +0000 (09:03 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 2 Sep 2013 14:06:06 +0000 (09:06 -0500)
When choosing a different dentry for an inode being extracted, the code didn't
check if it was actually in the tree being extracted.

This bug could cause an infinite loop in extraction backends that required DOS
name reordering and also allowed extracting only a subset of an image---
currently, just the Windows backend.


No differences found