• Show log

    Commit

  • Hash : 495de6cc
    Author : Alexei Podtelezhnikov
    Date : 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.