You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find a font that triggers an actual error, because the font that we hit just returns the wrong glyph if you don't add id_delta, but it's still a valid glyph, not out of range. But it's possible that there is a font out there with a broken id_delta value that this won't catch.
ots/src/cmap.cc
Line 242 in f87b455
I think it needs to add id_delta here to get the correct glyph index before checking the glyph is within range and non-negative.
The text was updated successfully, but these errors were encountered: