IsmAvatar / LateralGM

A free Game Maker source file editor
http://lateralgm.org/
Other
95 stars 25 forks source link

Font Frame Character Range Overflow #529

Closed RobertBColton closed 4 years ago

RobertBColton commented 4 years ago

This is a regression because it's not possible in lgm16b4, but it's possible to set the min character greater than the max. That causes the for loop generating the preview to generate a bunch of out of range stuff. It seems 1.8.4 is the first version where this can be reproduced.

RobertBColton commented 4 years ago

Closing as resolved by cef16322d84a05426fe8bde600adddcbc2551fe4 although additional validation of the ranges against the Unicode standard may still be a good idea.