diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-12-12 20:16:40 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-12-13 16:19:37 +0100 |
commit | ba39aecc5e885f6bac30d4ba079913d0227a30c1 (patch) | |
tree | 1f17c4117f4ecbc579e19d6e7aad4347c2985a1d /download.lst | |
parent | 09c94e2edf06cb8b4c57a29cea205b92ec903924 (diff) |
Update pdfium to 6179
- Remove ubsan.patch, upstream switched to FXSYS_memset() in this
function, which does a similar length check as our patch did.
Change-Id: Ib418cd8e642d2be9f448c92f25f85bec25e34598
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160627
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
(cherry picked from commit 918515d6fc6e2eaa000c4a997d604b7b00b492e3)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160644
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index a3f3df786705..bb9ff13fd2d3 100644 --- a/download.lst +++ b/download.lst @@ -513,8 +513,8 @@ PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts -PDFIUM_SHA256SUM := 021456a0ddfa473855651496e277b6e1493dbf9572fce4e3204f7580964b42c7 -PDFIUM_TARBALL := pdfium-6060.tar.bz2 +PDFIUM_SHA256SUM := 4d3f08fe0e2fda86246832085426616826dcca0912202874428bfbc24d13d95c +PDFIUM_TARBALL := pdfium-6179.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts |