https://bugs.winehq.org/show_bug.cgi?id=37338
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #49665|0 |1 is obsolete| |
--- Comment #9 from Dmitry Timoshkov dmitry@baikal.ru --- Created attachment 49701 --> https://bugs.winehq.org/attachment.cgi?id=49701 patch
Here is a slightly more complete version of NtQuerySection with tests. (note: tools/make_requests must be executed after patching)
Added tests accidently revealed a bug in CreateFileMapping implementation on the server side which doesn't like the absence of VPROT_COMMITTED flag when a mapping is being created for an existing file object, but that's a not related problem and left intact.