diff --git a/wim/wim.go b/wim/wim.go index 1b7b566..50e82ef 100644 --- a/wim/wim.go +++ b/wim/wim.go @@ -553,6 +553,7 @@ func (r *Reader) readSecurityDescriptors(rsrc io.Reader) (sds [][]byte, n int64, return } + n = secsize return }