by Sameer Singh (समीर सिंह) at 2026-05-15T16:12:45+02:00
gdi32/uniscribe: Perform bounds check in insert_glyph().
Check if the current number of glyphs exceed the maximum limit
and then return an E_OUTOFMEMORY.
Modify the shaping functions to bubble this error so that it can
be dealt with.