You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 917e86dd7a4cca1da47262caaded2bef9e022f99.
This commit is contained in:
@@ -2,7 +2,7 @@ From 9b91067e59331f33825d0a5bc3e1f86f67714830 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Sun, 28 May 2017 16:14:03 +0200
|
||||
Subject: ntdll: Skip get_dll_info wineserver call if address does not have
|
||||
VPROT_IMAGE permissions.
|
||||
SEC_IMAGE permissions.
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
@@ -30,7 +30,7 @@ index a5c3ce69185..0d5150aaf93 100644
|
||||
+ status = NtDuplicateObject( NtCurrentProcess(), view->mapping, NtCurrentProcess(),
|
||||
+ mapping, 0, 0, DUP_HANDLE_SAME_ACCESS );
|
||||
+ }
|
||||
+ else if (view->protect & VPROT_IMAGE)
|
||||
+ else if (view->protect & SEC_IMAGE)
|
||||
+ {
|
||||
+ *mapping = NULL;
|
||||
+ status = STATUS_SUCCESS;
|
||||
|
Reference in New Issue
Block a user