diff options
author | Nicolas Pena <npm@chromium.org> | 2017-05-08 15:42:15 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-08 20:47:27 +0000 |
commit | 87ba200028c0bebc63355e11a9c5de9211722f32 (patch) | |
tree | e0d04f7ff384aea8497033010f248b114fa88e10 /third_party/lcms2-2.6/README.pdfium | |
parent | 615bb96eb26570fd87004e2fa6f42eca0dbf79cd (diff) | |
download | pdfium-87ba200028c0bebc63355e11a9c5de9211722f32.tar.xz |
[LCMS] Upstream direct leak fix
This CL applies the following upstream patch:
https://github.com/mm2/Little-CMS/commit/02c95fa76bdc4f73113373070278666f47aff82f
Bug: chromium:718500
Change-Id: I7898b22e44a5ea5c0d1c301233037fbaabb8e327
Reviewed-on: https://pdfium-review.googlesource.com/5092
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'third_party/lcms2-2.6/README.pdfium')
-rw-r--r-- | third_party/lcms2-2.6/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lcms2-2.6/README.pdfium b/third_party/lcms2-2.6/README.pdfium index 78c150d70f..94dc67a7e3 100644 --- a/third_party/lcms2-2.6/README.pdfium +++ b/third_party/lcms2-2.6/README.pdfium @@ -31,4 +31,5 @@ Local Modifications: 0017-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows. 0018-verify-size-before-reading.patch: fix OOM issue when there won't be enough data to read anyway. +0019-upstream-direct-leak-Type_MPE_Read.patch: fix leak in cmstypes.c. TODO(ochang): List other patches. |