]> wimlib.net Git - wimlib/commitdiff
extract.c: Fix extraction of streams of hard-linked files
authorEric Biggers <ebiggers3@gmail.com>
Sun, 18 Aug 2013 19:25:10 +0000 (14:25 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 18 Aug 2013 19:25:10 +0000 (14:25 -0500)
Due to the re-ordering of dentries in a directory to extract correct DOS names,
was_hardlinked could be set on the dentry referenced by a stream, thereby
causing the stream not to be extracted.  Fix by having each stream reference all
possible dentries.


No differences found