2 May
2023
2 May
'23
2:57 p.m.
Jinoh Kang (@iamahuman) commented about dlls/imm32/imm.c:
struct { UINT uMsgCount; - TRANSMSG TransMsg[10]; + TRANSMSG TransMsg[256];
Maybe we're consuming the stack a bit too much? (Yes, I'm aware some GDI/win32u functions does the same with bitmap color palettes...) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2733#note_31743