[Bug 51725] 7-zip 19.0 (up to 21.03) crashes opening Z: or local file system

WineHQ Bugzilla wine-bugs at winehq.org
Thu Sep 16 04:06:26 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51725

--- Comment #7 from Bernhard Übelacker <bernhardu at mailbox.org> ---
I applied following on top of b5e17b66 with the matching staging patchset.
And 7zFM shows no problem with it when entering the Z: drive.


@@ -6721,6 +6721,7 @@ NTSTATUS WINAPI NtFsControlFile( HANDLE handle, HANDLE
event, PIO_APC_ROUTINE ap
     {
         REPARSE_DATA_BUFFER *buffer = (REPARSE_DATA_BUFFER *)out_buffer;
         status = get_reparse_point( handle, buffer, out_size );
+        io->Information = buffer->ReparseDataLength +
FIELD_OFFSET(typeof(*buffer), GenericReparseBuffer);
         break;
     }

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list