2 Nov
2023
2 Nov
'23
6:01 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/pager.c:
/* 64bit Windows will try to free the text pointer even if it's application provided when handling * HDN_GETDISPINFOW. Deliberate leak here. */ else if(notify_test_info.unicode == HDN_GETDISPINFOW) - *text = heap_strdup(receive_data->write_pointer);
This crashes pager tests on 64-bit Windows. See https://testbot.winehq.org/JobDetails.pl?Key=139460&f3103=exe64.report#k3103 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4247#note_50586