summaryrefslogtreecommitdiff
path: root/third_party/agg23/0003-ubsan-render-line-error.patch
AgeCommit message (Collapse)Author
2016-09-15Use safe math when rendering line segments in AGG.dsinclair
It is possible for the calculations in outline_aa::render_line to overflow as the |p| variable is calculated. This Cl updates the routine to use checked math when calculating the value of |p|. BUG=chromium:647026 Review-Url: https://codereview.chromium.org/2347603002