https://bugs.winehq.org/show_bug.cgi?id=55959
Bug ID: 55959 Summary: _mbsicoll generates exceptions, in Simplified Chinese language linux systems Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: chenhaoyang@kylinos.cn Distribution: ---
I execute commands in terminal: echo $LANG zh_CN.UTF-8 My Linux system is in Chinese language. _mbsicoll will call CompareStringA,which will eventually cause stack overflow.
I found out it's adfb58f17d492c5451fdb5dfcf111303b9d1eaad merged in.
https://bugs.winehq.org/show_bug.cgi?id=55959
chenhaoyang chenhaoyang@kylinos.cn changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |8.21
https://bugs.winehq.org/show_bug.cgi?id=55959
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com Keywords| |regression Regression SHA1| |adfb58f17d492c5451fdb5dfcf1 | |11303b9d1eaad
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- Thanks, I can see the problem now. I will prepare a fix.
https://bugs.winehq.org/show_bug.cgi?id=55959
--- Comment #2 from Piotr Caban piotr.caban@gmail.com --- I've created MR4541 (https://gitlab.winehq.org/wine/wine/-/merge_requests/4541) that should fix the bug. Could you please give it a try?
https://bugs.winehq.org/show_bug.cgi?id=55959
--- Comment #3 from Piotr Caban piotr.caban@gmail.com --- The patch was committed to wine as 6a78f71f3c3d6b0298c556858dcd1ff7f2878e14. Please retest.
https://bugs.winehq.org/show_bug.cgi?id=55959
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |6a78f71f3c3d6b0298c556858dc | |d1ff7f2878e14 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED CC| |infyquest@gmail.com
--- Comment #4 from Vijay Kamuju infyquest@gmail.com --- Marking this fixed
https://bugs.winehq.org/show_bug.cgi?id=55959
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc1.