Re: [PATCH v5 0/7] MR5319: winemac.drv keyboard layout/dead key fixes
21 Jun
2024
21 Jun
'24
9:57 a.m.
Rémi Bernon (@rbernon) commented about dlls/winemac.drv/keyboard.c:
done: /* Null-terminate the buffer, if there's room. MSDN clearly states that the caller must not assume this is done, but some programs (e.g. Audiosurf) do. */ - if (1 <= ret && ret < bufW_size) - bufW[ret] = 0; + if (0 <= len && len < bufW_size)
if (len < bufW_size)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5319#note_73910
545
Age (days ago)
545
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon