diff options
author | Oliver Chang <ochang@chromium.org> | 2016-01-15 14:43:43 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2016-01-15 14:43:43 -0800 |
commit | 7a0f441e1410b3a0d97374c00c4007552d7dd27a (patch) | |
tree | 7eb1d76bf021bfb87d42069c96209776f42ddd90 /third_party/libopenjpeg20/README.pdfium | |
parent | 199e56432353c68a9bac9061cbdae1f9b700fbe5 (diff) | |
download | pdfium-7a0f441e1410b3a0d97374c00c4007552d7dd27a.tar.xz |
openjpeg: Set proper upper bound for an array in opj_pi_update_decode_poc().
R=tsepez@chromium.org
BUG=571480
Review URL: https://codereview.chromium.org/1583233008 .
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 b5c93f8fe3..c4d89769a3 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -19,4 +19,5 @@ Local Modifications: 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. 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions. +0010-pi_update_decode_poc.patch: Set proper upper bound for an array in opj_pi_update_decode_poc(). TODO(thestig): List all the other patches. |