Commit 495de6cc72c602a5c2c14a14b5c1da59f18e26f7

Alexei Podtelezhnikov 2016-03-06T23:54:34

[base] Refuse to render enormous outlines (#47114). The goal is to avoid integer overflows in the rendering algorithms. The limit is chosen arbitrarily at some 2^18 pixels, which should be enough for modern devices including printers. * src/base/ftoutln.c (FT_Outline_Render): Check CBox and reject enormous outlines.