| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Avoid hard-coding libjpeg header paths Rely on include_dirs as configured in third_party/libjpeg{-turbo}/BUILD.gn instead, similar to other Chromium libjpeg clients (e.g. [1], [2]). This should facilitate rolling libjpeg-turbo 3.1.0, which changes the header location [3]. [1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/iccjpeg/iccjpeg.h;l=25 [2] https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/test/testsupport/jpeg_frame_writer.cc;l=19 [3] https://crrev.com/c/chromium/deps/libjpeg_turbo/+/6264683 Change-Id: I5e7c3bfb750c4572347af95f1e5d62ca968cee7e Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/129050 Reviewed-by: Thomas Sepez <tsepez@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Avoid setting the private tif_fd field in struct tiff CTiffContext::InitDecoder() calls a helper function which wraps TIFFClientOpen() and sets the tif_fd field in the returned struct. This is a private field that the libtiff caller should not be reaching into. The field also appears to be of no use to CTiffContext. Stop setting this field and simplify the code. Then the code can just include the public tiffio.h instead of the private tiffiop.h. After removing the tiffiop.h include, adjust the bundled libtiff to set error handlers itself. Clean up C-style casts along the way. Bug: chromium:1501495 Change-Id: Ic42e7c7e1af68483814f72333fd8a32547fb900f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/113594 Reviewed-by: Nigi <nigi@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
[CVE-2026-6306][496907110][Pri:1] OOB write in PDFium TIFF decoder via lossless JPEG data precision mismatch TicketNo: DTS2026050654631 Description: [CVE-2026-6306][496907110][Pri:1] OOB write in PDFium TIFF decoder via lossless JPEG data precision mismatch Team:gitcode Feature or Bugfix: Binary Source: sync from gitcode PrivateCode(Yes/No):No ------ DO NOT MODIFY, AUTO-GENERATED! ------ gitcode-Issue: 30 Time: "2026-04-20T14:27:40.793551Z" PR-Num: 53 gitcode-PR: https://gitcode.com/openharmony-tpc/chromium_third_party_pdfium/merge_requests/53 UserId:30073929 cherry picked from commit 4b29466414a258293b01be0cf70ecea59ecaeb61 cherry picked from commit 870af675ee3141c8ebcfac34f22984d085515077 cherry picked from commit ac6c84fbc90a70721993dd5d02f3b3b868e03924 cherry picked from commit 8dba782bbd7593880664be391e7c9eb94f85439e Change-Id: I1776651891808c1c9870103d1326546953e68f9d Reviewed-by: c00678221,y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/71 Merged-by: public pjenkins Reviewed-by: y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/81 Merged-by: public pjenkins Reviewed-by: y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/88 Merged-by: public pjenkins Signed-off-by: lizeqiang <lizeqiang4@h-partners.com> | 1 个月前 | |
Add license files for various third party libraries Fill out missing "License File" entries in README.pdfium files and check in the corresponding license files. Bug: 365320355, 365320372, 365321042 Change-Id: I99fc8ca1af232e7e9fa45673a50c7392832ed18d Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/124210 Reviewed-by: Tom Sepez <tsepez@google.com> Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 | |
[CVE-2026-6306][496907110][Pri:1] OOB write in PDFium TIFF decoder via lossless JPEG data precision mismatch TicketNo: DTS2026050654631 Description: [CVE-2026-6306][496907110][Pri:1] OOB write in PDFium TIFF decoder via lossless JPEG data precision mismatch Team:gitcode Feature or Bugfix: Binary Source: sync from gitcode PrivateCode(Yes/No):No ------ DO NOT MODIFY, AUTO-GENERATED! ------ gitcode-Issue: 30 Time: "2026-04-20T14:27:40.793551Z" PR-Num: 53 gitcode-PR: https://gitcode.com/openharmony-tpc/chromium_third_party_pdfium/merge_requests/53 UserId:30073929 cherry picked from commit 4b29466414a258293b01be0cf70ecea59ecaeb61 cherry picked from commit 870af675ee3141c8ebcfac34f22984d085515077 cherry picked from commit ac6c84fbc90a70721993dd5d02f3b3b868e03924 cherry picked from commit 8dba782bbd7593880664be391e7c9eb94f85439e Change-Id: I1776651891808c1c9870103d1326546953e68f9d Reviewed-by: c00678221,y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/71 Merged-by: public pjenkins Reviewed-by: y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/81 Merged-by: public pjenkins Reviewed-by: y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/88 Merged-by: public pjenkins Signed-off-by: lizeqiang <lizeqiang4@h-partners.com> | 1 个月前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.6.0 to 4.7.0 Also empty out the entries in third_party/libtiff/METADATA, since 4.7.0 has fixes for all of them. Change-Id: Ic2de828554cbb785aa59243e31ccbe4f43085339 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/125130 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Tom Sepez <tsepez@google.com> | 1 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Avoid setting the private tif_fd field in struct tiff CTiffContext::InitDecoder() calls a helper function which wraps TIFFClientOpen() and sets the tif_fd field in the returned struct. This is a private field that the libtiff caller should not be reaching into. The field also appears to be of no use to CTiffContext. Stop setting this field and simplify the code. Then the code can just include the public tiffio.h instead of the private tiffiop.h. After removing the tiffiop.h include, adjust the bundled libtiff to set error handlers itself. Clean up C-style casts along the way. Bug: chromium:1501495 Change-Id: Ic42e7c7e1af68483814f72333fd8a32547fb900f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/113594 Reviewed-by: Nigi <nigi@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Updated libtiff from 4.1.0 to 4.2.0. Overwrite existing files with same files from the new release. Then try to apply patches one by one in order. - Part of 0017-safe_skews_in_gtTileContig.patch has been removed because upstream has code to partially deal with the issues in the function. - Not upgrading to 4.3.0 to quickly pick up fixes without having to deal with more patches not applying. Change-Id: Ief38124673546e1747537da9db988d7786c90475 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/85374 Reviewed-by: Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 4 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.6.0 to 4.7.0 Also empty out the entries in third_party/libtiff/METADATA, since 4.7.0 has fixes for all of them. Change-Id: Ic2de828554cbb785aa59243e31ccbe4f43085339 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/125130 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Tom Sepez <tsepez@google.com> | 1 年前 | |
Upgrade libtiff from 4.5.0 to 4.5.1 Make a small update to 0000-build-config.patch to fix the build. Bug: chromium:1464179 Change-Id: Idc9349c77be7699af382e3caea4e627e757bdb1a Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/109510 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
[CVE-2026-6306][496907110][Pri:1] OOB write in PDFium TIFF decoder via lossless JPEG data precision mismatch TicketNo: DTS2026050654631 Description: [CVE-2026-6306][496907110][Pri:1] OOB write in PDFium TIFF decoder via lossless JPEG data precision mismatch Team:gitcode Feature or Bugfix: Binary Source: sync from gitcode PrivateCode(Yes/No):No ------ DO NOT MODIFY, AUTO-GENERATED! ------ gitcode-Issue: 30 Time: "2026-04-20T14:27:40.793551Z" PR-Num: 53 gitcode-PR: https://gitcode.com/openharmony-tpc/chromium_third_party_pdfium/merge_requests/53 UserId:30073929 cherry picked from commit 4b29466414a258293b01be0cf70ecea59ecaeb61 cherry picked from commit 870af675ee3141c8ebcfac34f22984d085515077 cherry picked from commit ac6c84fbc90a70721993dd5d02f3b3b868e03924 cherry picked from commit 8dba782bbd7593880664be391e7c9eb94f85439e Change-Id: I1776651891808c1c9870103d1326546953e68f9d Reviewed-by: c00678221,y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/71 Merged-by: public pjenkins Reviewed-by: y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/81 Merged-by: public pjenkins Reviewed-by: y00897215 Approved-by: h00832536 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_third_party_pdfium/-/change_requests/88 Merged-by: public pjenkins Signed-off-by: lizeqiang <lizeqiang4@h-partners.com> | 1 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.6.0 to 4.7.0 Also empty out the entries in third_party/libtiff/METADATA, since 4.7.0 has fixes for all of them. Change-Id: Ic2de828554cbb785aa59243e31ccbe4f43085339 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/125130 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Tom Sepez <tsepez@google.com> | 1 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.6.0 to 4.7.0 Also empty out the entries in third_party/libtiff/METADATA, since 4.7.0 has fixes for all of them. Change-Id: Ic2de828554cbb785aa59243e31ccbe4f43085339 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/125130 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Tom Sepez <tsepez@google.com> | 1 年前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Upgrade libtiff from 4.7.0 to 4.7.1 - Remove 0017-safe_skews_in_gtTileContig.patch since upstream libtiff made several integer overflow prevention improvements in the same function(). Bug: 449248829 Change-Id: I7b38599f9287697c403aaeaa6b3f0a14cf330888 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137270 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 8 个月前 | |
Update libtiff from 4.2.0 to 4.5.0. - Rewrite parts of tiffconf.h to use types from stdint.h for consistency with the library. - Drop many patches that are already upstream. - Rewrite remaining patches, as the code base has been clang-formatted. Change-Id: If96c196de31048045c98f14976e7a917f039d121 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103502 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 1 个月前 | ||
| 3 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 3 年前 |