@@ -608,7 +608,7 @@ ttfGetExtents(
}
// Find its width...
if ((widths = font->widths[ch / 256]) != NULL)
if (ch < TTF_FONT_MAX_CHAR && (widths = font->widths[ch / 256]) != NULL)
{
if (first)
The note is not visible to the blocked user.