]> wimlib.net Git - wimlib/commitdiff
win32_apply.c: better workaround for access denied bug when creating ADS
authorEric Biggers <ebiggers3@gmail.com>
Sun, 15 May 2016 02:18:00 +0000 (21:18 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 15 May 2016 02:28:56 +0000 (21:28 -0500)
Removing directory DACLs was not really a good idea, since this state can
too easily remain after extraction.  Instead, since the unexpected
STATUS_ACCESS_DENIED error only occurs when creating an empty named data
stream, we can avoid the error by requesting no permissions on the
handle.  It happens that no permissions are needed anyway.


No differences found