May 25, 2026
7:23 p.m.
Nikolay Sivov (@nsivov) commented about dlls/oleaut32/olepropframe.c:
for(i=0; i<lpParams->cPages; i++) { PROPPAGEINFO page_info;
+ memset(&page_info, 0, sizeof(PROPPAGEINFO)); + page_info.cb = sizeof(PROPPAGEINFO); + res = CoCreateInstance(&lpParams->lpPages[i], NULL, CLSCTX_INPROC_SERVER,
Thank you for the test. Please move this right before GetPageInfo() and use sizeof(page_info) for the size value. Otherwise looks good. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10917#note_141255