]> wimlib.net Git - wimlib/commit
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)
commitdc9916cb5419320b2c570af2b81e92f3d26b6e4f
tree7c9a5edaedda326d4876b1e49800da28a46d307b
parent44c7efe6ae724b37f1f5d98a16208bbce790fa3d
extract.c:  Fix extraction of streams of hard-linked files

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.
src/extract.c