search for: page_writecopy

Displaying 2 results from an estimated 2 matches for "page_writecopy".

2001 Dec 12
3
Bug in PE_LoadImage/map_image? [Was: VirtualProtect and app crash]
...ble image just after it was loaded, and just before the app starts. Here is what wine shows: View: 0x400000 - 0x765fff 28 0x400000 - 0x765fff c-rw- Here is what WinDbg shows (manually edited to look like the wine view): 0x400000 - 0x400fff c-r-- (PAGE_READONLY) 0x401000 - 0x454fff c--W- (PAGE_WRITECOPY) 0x455000 - 0x455fff c-rw- (PAGE_READWRITE) 0x456000 - 0x457fff c--W- (PAGE_WRITECOPY) 0x458000 - 0x458fff c-rw- (PAGE_READWRITE) 0x459000 - 0x459fff c-r-- (PAGE_READONLY) 0x45a000 - 0x758fff c--W- (PAGE_WRITECOPY) 0x759000 - 0x75afff c-r-- (PAGE_READONLY) 0x75b000 - 0x75dfff c--W- (PAGE_WRITECOPY)...
2019 Mar 15
0
Wine release 4.4
...ll: Return STATUS_PENDING from NtWriteFile() for async write with regular file. ntdll/tests: Mark sync NtReadFile() result for async regular file as broken. ntdll: Return STATUS_PENDING from NtReadFile() for async read with regular file. Piotr Caban (1): kernel32/tests: Show that PAGE_WRITECOPY permission changes only on modified pages. Rob Hughes (1): ws2_32: Handle EISCONN from sendmsg. Stefan Dösinger (2): ddraw: Protect against invalid clipper pointers. ddraw: Clear *clipper on failure in ddraw_surface7_GetClipper(). Vijay Kiran Kamuju (3): include: Add IWML...