mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
CORE-20482 The reason for the crash was a wrong sign extension being done when right-shifting an integer. Casting to an unsigned integer allows the correct zero-extension instead. Import patch from Wine 11.3: wine-mirror/wine@bb4ef1f (https://gitlab.winehq.org/wine/wine/-/merge_requests/9776) ``` riched20: Fix crash when copying text. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59005 wine commit id bb4ef1fbf7d8dae627025ea698c740cca8d15a06 by Piotr Caban <[email protected]> ```