summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPawan Badganchi <Pawan.Badganchi@kpit.com>2023-04-11 19:58:36 +0530
committerSteve Sakoman <steve@sakoman.com>2023-04-19 04:45:00 -1000
commit25aa5dfcae84ed9f6a7aa2d0e14ff1f6a082b503 (patch)
tree80882247896d8f15b0b813bc872541255a1b44b9 /meta
parent762c35a04953fcfcae7795b23a016b3d71a6c643 (diff)
downloadpoky-25aa5dfcae84ed9f6a7aa2d0e14ff1f6a082b503.tar.gz
tiff: Add fix for CVE-2022-4645
Below patch fixes the CVE-2022-4645 as well. 0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch Link: https://nvd.nist.gov/vuln/detail/CVE-2022-4645 (From OE-Core rev: d1aa26fe8170937508a4d2242001892cea84d29a) Signed-off-by: Pawan Badganchi <Pawan.Badganchi@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/libtiff/tiff/0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff/0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch b/meta/recipes-multimedia/libtiff/tiff/0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch
index 37859c9192..17b37be041 100644
--- a/meta/recipes-multimedia/libtiff/tiff/0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch
+++ b/meta/recipes-multimedia/libtiff/tiff/0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch
@@ -23,9 +23,10 @@ This MR will close the following issues: #149, #150, #152, #168 (to be checked)
23 23
24It also fixes the old bug at http://bugzilla.maptools.org/show_bug.cgi?id=2599, for which the limitation of `NumberOfInks = SPP` was introduced, which is in my opinion not necessary and does not solve the general issue. 24It also fixes the old bug at http://bugzilla.maptools.org/show_bug.cgi?id=2599, for which the limitation of `NumberOfInks = SPP` was introduced, which is in my opinion not necessary and does not solve the general issue.
25 25
26CVE: CVE-2022-3599 26CVE: CVE-2022-3599 CVE-2022-4645
27Upstream-Status: Backport 27Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/e813112545942107551433d61afd16ac094ff246.patch]
28Signed-off-by: Ross Burton <ross.burton@arm.com> 28Signed-off-by: Ross Burton <ross.burton@arm.com>
29Signed-off-by: Pawan Badganchi <Pawan.Badganchi@kpit.com>
29--- 30---
30 libtiff/tif_dir.c | 119 ++++++++++++++++++++++++----------------- 31 libtiff/tif_dir.c | 119 ++++++++++++++++++++++++-----------------
31 libtiff/tif_dir.h | 2 + 32 libtiff/tif_dir.h | 2 +