Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Side by Side Diff: third_party/libopenjpeg20/README.pdfium

Issue 1583233008: openjpeg: Set proper upper bound for an array in opj_pi_update_decode_poc(). (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: OpenJPEG 1 Name: OpenJPEG
2 URL: http://www.openjpeg.org/ 2 URL: http://www.openjpeg.org/
3 Version: 0fa5a17c98c4b8f9ee2286f4f0a50cf52a5fccb0 3 Version: 0fa5a17c98c4b8f9ee2286f4f0a50cf52a5fccb0
4 Security Critical: yes 4 Security Critical: yes
5 License: 2-clause BSD 5 License: 2-clause BSD
6 6
7 Description: 7 Description:
8 JPEG 2000 library. 8 JPEG 2000 library.
9 9
10 Local Modifications: 10 Local Modifications:
11 11
12 0000-use-colorspace.patch: Makes it possible to not call opj_jp2_apply_pclr(). 12 0000-use-colorspace.patch: Makes it possible to not call opj_jp2_apply_pclr().
13 0001-image-data.patch: Fix a crashier in opj_j2k_update_image_data(). 13 0001-image-data.patch: Fix a crashier in opj_j2k_update_image_data().
14 0002-packet-iterator.patch: Fix integer overflow in opj_pi_create_decode(). 14 0002-packet-iterator.patch: Fix integer overflow in opj_pi_create_decode().
15 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends. 15 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends.
16 0004-j2k_read_mcc.patch: Move incrementing of l_tcp->m_nb_mcc_records to the rig ht place. 16 0004-j2k_read_mcc.patch: Move incrementing of l_tcp->m_nb_mcc_records to the rig ht place.
17 0005-jp2_apply_pclr.patch: Fix out of bounds access. 17 0005-jp2_apply_pclr.patch: Fix out of bounds access.
18 0006-tcd_init_tile.patch: Fix a dividing zero bug in opj_tcd_init_tile(). 18 0006-tcd_init_tile.patch: Fix a dividing zero bug in opj_tcd_init_tile().
19 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index col orspace. 19 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index col orspace.
20 0008-jp2_check_color.patch: Replace an assertion with returning false. 20 0008-jp2_check_color.patch: Replace an assertion with returning false.
21 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions . 21 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions .
22 0010-pi_update_decode_poc.patch: Set proper upper bound for an array in opj_pi_u pdate_decode_poc().
22 TODO(thestig): List all the other patches. 23 TODO(thestig): List all the other patches.
OLDNEW
« no previous file with comments | « third_party/libopenjpeg20/0010-pi_update_decode_poc.patch ('k') | third_party/libopenjpeg20/pi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698