diff options
author | Nicolas Pena <npm@chromium.org> | 2018-05-31 00:32:14 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-31 00:32:14 +0000 |
commit | 8f7ee98e2c622c21f452cd9fd5956fe85bcb2b7c (patch) | |
tree | 2aad509d1499dfd5b2837ab2102e917618f78231 /testing/tools | |
parent | e434833e5cefb00482223049d624301b10450717 (diff) | |
download | pdfium-8f7ee98e2c622c21f452cd9fd5956fe85bcb2b7c.tar.xz |
Fix font regression in AdjustMMParams
Commit 2334660 changed the |dest_width| in CFX_Font::AdjustMMParams to
unsigned, but this means that dest_width - min_width becomes unsigned,
which is wrong because the subtraction could be negative. This CL fixes
this bug.
Bug: chromium:845697
Change-Id: I88fb2f3ee3837d80ff5fa70a08309d9e0fec50e0
Reviewed-on: https://pdfium-review.googlesource.com/33150
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/tools')
0 files changed, 0 insertions, 0 deletions