https://bugs.winehq.org/show_bug.cgi?id=52129
Bug ID: 52129 Summary: EnumCalendarInfo hangs indefinitely when iterating over optional calendars Product: Wine Version: 6.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: jinoh.kang.kr@gmail.com CC: julliard@winehq.org Regression SHA1: 42ed9797b1929fc5917bd967f7062cab953fab55 Distribution: ---
Internal_EnumCalendarInfo fails to exit enumeration loop if all of the following conditions are met:
- ENUM_ALL_CALENDARS is specified for calendar ID.
- An optional calendar exists for the current locale, which is one of: Arabic, Chinese, Divehi, Persian, Hebrew, Japanese, Korean, Thai, Urdu.
- The enumerator callback function never returns FALSE.
This results in some .NET Framework 4.8 apps to hang when using certain locale functions.
https://bugs.winehq.org/show_bug.cgi?id=52129
--- Comment #1 from Jinoh Kang jinoh.kang.kr@gmail.com --- Patch submitted: https://source.winehq.org/patches/data/220832
https://bugs.winehq.org/show_bug.cgi?id=52129
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Keywords| |regression Fixed by SHA1| |9c5fa40ebdb1fc0616839560d31 | |8bea7e40c63a0 Resolution|--- |FIXED
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Patch committed as https://source.winehq.org/git/wine.git/commit/9c5fa40ebdb1fc0616839560d318bea7e40c63a0
Marking FIXED.
https://bugs.winehq.org/show_bug.cgi?id=52129
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.0-rc1.