diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-12-24 14:36:43 +0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-12-24 14:36:43 +0800 |
commit | f1d406f30ccdc5fe705faa590fbac0a8306b161c (patch) | |
tree | 07cd416257d5db69085a10a5eeaa31c877d754ae /third_party/libopenjpeg20/README.pdfium | |
parent | 9fb1413926b55727d8f00dd54fbe144a883d4873 (diff) | |
download | pdfium-f1d406f30ccdc5fe705faa590fbac0a8306b161c.tar.xz |
Replace an assertion with returning false
BUG=pdfium:277
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1548583002 .
Diffstat (limited to 'third_party/libopenjpeg20/README.pdfium')
-rw-r--r-- | third_party/libopenjpeg20/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libopenjpeg20/README.pdfium b/third_party/libopenjpeg20/README.pdfium index 4d5585713b..cbe052aaac 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -17,4 +17,5 @@ Local Modifications: 0005-jp2_apply_pclr.patch: Fix out of bounds access. 0006-tcd_init_tile.patch: Fix a dividing zero bug in opj_tcd_init_tile(). 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index colorspace. +0008-jp2_check_color.patch: Replace an assertion with returning false. TODO(thestig): List all the other patches. |