ref: 495de6cc72c602a5c2c14a14b5c1da59f18e26f7
parent: d0b0e31ed775b599912bb021f762deaf39dae3f5
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Sun Mar 6 18:54:34 EST 2016
[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.