summaryrefslogtreecommitdiff
path: root/third_party/agg23/README.pdfium
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-04-27 19:02:27 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-27 19:02:27 +0000
commit77315d696138a83b86ad050870300c2c52935f29 (patch)
tree629e104996da234d77209cd06c422a3300eec793 /third_party/agg23/README.pdfium
parent5a2114eced31ce389ede4486d492faf6db4d7a04 (diff)
downloadpdfium-77315d696138a83b86ad050870300c2c52935f29.tar.xz
Fix undefined behavior in AGG.
BUG=chromium:746232 Change-Id: Id8f22d09bc7768603ea67bd52a5a5b3d87885ea9 Reviewed-on: https://pdfium-review.googlesource.com/31370 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party/agg23/README.pdfium')
-rw-r--r--third_party/agg23/README.pdfium2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/agg23/README.pdfium b/third_party/agg23/README.pdfium
index 4b1ff49146..fa50951c66 100644
--- a/third_party/agg23/README.pdfium
+++ b/third_party/agg23/README.pdfium
@@ -16,3 +16,5 @@ Possibly more?
non-enumeral type in conditional.
0002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
0003-ubsan-render-line-error.patch: Fix UBSan overflow error in render_line.
+0004-ubsan-sweep-scanline-error.patch: Fix UBSan left shift of negative value
+error in sweep_scanline.