Re: [1/2] ntdll: Setting WRITECOPY protection on an image section is allowed.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
This patch should fix the regression reported in the bug 28994.
This needs more test cases, in particular for normal file mappings, as well as for VirtualAlloc behavior. -- Alexandre Julliard julliard(a)winehq.org
Alexandre Julliard <julliard(a)winehq.org> wrote:
This patch should fix the regression reported in the bug 28994.
This needs more test cases, in particular for normal file mappings, as well as for VirtualAlloc behavior.
These tests have been copied from a similar VirtualAlloc ones. I'll see what can be done for the file mapping tests. -- Dmitry.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
These tests have been copied from a similar VirtualAlloc ones. I'll see what can be done for the file mapping tests.
I mean testing VirtualAlloc itself. It also takes protection flags. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Dmitry Timoshkov