]> wimlib.net Git - wimlib/commit
win32_apply.c: Don't use BEGIN_STREAM_STATUS_SKIP_STREAM
authorEric Biggers <ebiggers3@gmail.com>
Tue, 24 Jun 2014 01:04:57 +0000 (20:04 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 24 Jun 2014 01:04:57 +0000 (20:04 -0500)
commit33413e379625e3ea9b462d11a2f74d04da28747c
treeafd00a01efa24165da2c9d648170cc4ac0234d2a
parent93ff837938b51373bc60153ef60409f6c1f795c8
win32_apply.c:  Don't use BEGIN_STREAM_STATUS_SKIP_STREAM

This doesn't work correctly when extracting the stream from a pipe or a
solid block.  Just read the data and don't do anything with it --- at
least this double checks that it's actually valid.
src/win32_apply.c