19 Nov
2024
19 Nov
'24
1:51 a.m.
Fixes a crash / hang on start in Soul Interface. When a glyph spline curve ends up with duplicated point(s) that currently causes bezier_deviation_squared() to return NAN (because of division into zero base_length) yielding infinite recursion in bezier_approximate(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6843#note_87955