May 19, 2026
8:09 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) {
Do we need to worry about `next_glyph_index < 0`? Also, opening brace on new line seems to be the majority style here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10660#note_140530