26 May
2024
26 May
'24
5:21 p.m.
https://bugs.winehq.org/show_bug.cgi?id=56730 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- Reason is an overflow in para.c:para_set_fmt
memcpy(para->fmt.rgxTabs, pFmt->rgxTabs, pFmt->cTabCount*sizeof(LONG)); rgxTabs has size 32, but we copy 256 elements into it
Sent a MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/5727 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.