May 20, 2026
8:12 a.m.
Huw Davies (@huw) commented about dlls/gdi32/uniscribe/opentype.c:
if (mark_index != -1) { int mark2_index; + unsigned int next_glyph_index = glyph_index - write_dir; + if (next_glyph_index >= glyph_count)
Actually, is `next_glyph_index` appropriate here? Looks more like the previous glyph, or perhaps `mark2_glyph`? I think there are other similar instances below. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10660#note_140754