diff options
author | Nicolas Pena <npm@chromium.org> | 2017-06-26 15:06:19 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-26 19:22:32 +0000 |
commit | cbe6d1662e2b76a343702fc77334f6e68b854427 (patch) | |
tree | dd008b9545a89186ecca1821382cbc3eb70e904b /third_party/libtiff | |
parent | ba57b6c11fecdfe54a53245cb44e20fcda579ba5 (diff) | |
download | pdfium-cbe6d1662e2b76a343702fc77334f6e68b854427.tar.xz |
Add comment in libtiff patch
This CL adds a comment to point to the upstream bug of a patch fixing
an OOM. The fix is fine for us but not accepted upstream so it should
be ignored once upstream fixes the bug.
Bug: chromium:681311
Change-Id: I6986fb7c851e260e84f764449ff1ee46441e71b4
Reviewed-on: https://pdfium-review.googlesource.com/6953
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'third_party/libtiff')
-rw-r--r-- | third_party/libtiff/README.pdfium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libtiff/README.pdfium b/third_party/libtiff/README.pdfium index d3c9c65815..9888621076 100644 --- a/third_party/libtiff/README.pdfium +++ b/third_party/libtiff/README.pdfium @@ -23,7 +23,7 @@ Local Modifications: 0015-fix-leaks-in-tif_ojpeg.patch: fix direct leaks in tif_ojpeg.c methods 0017-safe_skews_in_gtTileContig.patch: return error if to/from skews overflow from int32. 0018-fix-leak-in-PredictorSetupDecode.patch: call tif->tif_cleanup if the setup fails. -0019-oom-TIFFReadDirEntryArray.patch: Try to avoid out-of-memory in tif_dirread.c. +0019-oom-TIFFReadDirEntryArray.patch: OOM in tif_dirread.c (patch should be replaced when upstream fixes http://bugzilla.maptools.org/show_bug.cgi?id=2675). 0020-upstream-security-fixes.patch: patch our copy with several upstream security fixes. 0021-oom-TIFFFillStrip.patch: Try to avoid out-of-memory in tif_read.c 0022-upstream-patch-0012.patch: Use the upstream solution corresponding to patch 0012. |