https://bugs.winehq.org/show_bug.cgi?id=50844
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |b908ec2294d8e4ac3ccd7befbb9 | |e530af04d24f9
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit b908ec2294d8e4ac3ccd7befbb9e530af04d24f9 Author: Francois Gouget fgouget@codeweavers.com Date: Mon May 10 15:55:26 2021 +0200
infosoft/tests: Fix refilling the text buffer.
Up to Windows 10 1507 BreakText() would increment iCur but later Windows versions leave it unchanged. So assume all characters up to iEnd have been processed.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50844 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 86edbc8b14b5abc10db68c0735e52373d3393854 Author: Francois Gouget fgouget@codeweavers.com Date: Mon May 10 15:53:19 2021 +0200
infosoft/tests: Fix the infinite loop and crash on Windows 10 1607+.
The test only has expected data for the first four words. So abort if more are found.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org