[3/5] ntdll: Ensure force_exec_prot is also used for views with write watch permissions.

Sebastian Lackner sebastian at fds-team.de
Sat Oct 11 13:56:51 CDT 2014


Currently wine doesn't use force_exec_prot at all for pages with write-watch permissions.
This patch adds the missing functionality to VIRTUAL_SetProt.

We have to add a todo_wine, since this temporarily breaks a different test (fixed in part 4).
---
 dlls/kernel32/tests/virtual.c |  8 +++++---
 dlls/ntdll/virtual.c          | 36 +++++++++++++++++++++++-------------
 2 files changed, 28 insertions(+), 16 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ntdll-Ensure-force_exec_prot-is-also-used-for-views-.patch
Type: text/x-patch
Size: 5322 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141011/cf7c0738/attachment.bin>


More information about the wine-patches mailing list