https://bugs.winehq.org/show_bug.cgi?id=56730
Bug ID: 56730 Summary: Access violation in riched20.dll when running EditPad Product: Wine Version: 9.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit Assignee: wine-bugs@winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: ---
Created attachment 76509 --> https://bugs.winehq.org/attachment.cgi?id=76509 Access violation in Wine 9.9
Access violation in riched20.dll when running EditPad (this exact version : https://jira.reactos.org/secure/attachment/64853/decoded.exe )
Wine 9.9
Nothing in log.
https://bugs.winehq.org/show_bug.cgi?id=56730
--- Comment #1 from KRosUser kyle.kcsoftwares@gmail.com --- Created attachment 76510 --> https://bugs.winehq.org/attachment.cgi?id=76510 Works in 2K3
https://bugs.winehq.org/show_bug.cgi?id=56730
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- It's crashing in wrap_marked_paras_dc() somewhere.
https://bugs.winehq.org/show_bug.cgi?id=56730
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #3 from Fabian Maurer dark.shadow4@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
https://bugs.winehq.org/show_bug.cgi?id=56730
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch URL| |https://jira.reactos.org/se | |cure/attachment/64853/decod | |ed.exe
https://bugs.winehq.org/show_bug.cgi?id=56730
--- Comment #4 from KRosUser kyle.kcsoftwares@gmail.com --- MR tested OK, thanks !
https://bugs.winehq.org/show_bug.cgi?id=56730
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |7b2ff977739df25252d46552d24 | |47af50c23040e
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/7b2ff977739df25252d46552d2447af...
https://bugs.winehq.org/show_bug.cgi?id=56730
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.10.
https://bugs.winehq.org/show_bug.cgi?id=56730
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |9.0.x