diff options
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff/0001-tif_jbig.c-fix-crash-when-reading-a-file-with-multip.patch')
| -rw-r--r-- | meta/recipes-multimedia/libtiff/tiff/0001-tif_jbig.c-fix-crash-when-reading-a-file-with-multip.patch | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff/0001-tif_jbig.c-fix-crash-when-reading-a-file-with-multip.patch b/meta/recipes-multimedia/libtiff/tiff/0001-tif_jbig.c-fix-crash-when-reading-a-file-with-multip.patch index f1a4ab4251..a4d8bebe8c 100644 --- a/meta/recipes-multimedia/libtiff/tiff/0001-tif_jbig.c-fix-crash-when-reading-a-file-with-multip.patch +++ b/meta/recipes-multimedia/libtiff/tiff/0001-tif_jbig.c-fix-crash-when-reading-a-file-with-multip.patch | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | From adfd6be615635705c2f4eb8dfe49e2f463786361 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Even Rouault <even.rouault@spatialys.com> | ||
| 3 | Date: Thu, 24 Feb 2022 22:26:02 +0100 | ||
| 4 | Subject: [PATCH] tif_jbig.c: fix crash when reading a file with multiple | ||
| 5 | |||
| 1 | CVE: CVE-2022-0865 | 6 | CVE: CVE-2022-0865 |
| 2 | Upstream-Status: Backport | 7 | Upstream-Status: Backport |
| 3 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 8 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
| 4 | 9 | ||
| 5 | From 88da11ae3c4db527cb870fb1017456cc8fbac2e7 Mon Sep 17 00:00:00 2001 | ||
| 6 | From: Even Rouault <even.rouault@spatialys.com> | ||
| 7 | Date: Thu, 24 Feb 2022 22:26:02 +0100 | ||
| 8 | Subject: [PATCH 1/6] tif_jbig.c: fix crash when reading a file with multiple | ||
| 9 | IFD in memory-mapped mode and when bit reversal is needed (fixes #385) | 10 | IFD in memory-mapped mode and when bit reversal is needed (fixes #385) |
| 10 | 11 | ||
| 11 | --- | 12 | --- |
| @@ -13,7 +14,7 @@ Subject: [PATCH 1/6] tif_jbig.c: fix crash when reading a file with multiple | |||
| 13 | 1 file changed, 10 insertions(+) | 14 | 1 file changed, 10 insertions(+) |
| 14 | 15 | ||
| 15 | diff --git a/libtiff/tif_jbig.c b/libtiff/tif_jbig.c | 16 | diff --git a/libtiff/tif_jbig.c b/libtiff/tif_jbig.c |
| 16 | index 74086338..8bfa4cef 100644 | 17 | index 7408633..8bfa4ce 100644 |
| 17 | --- a/libtiff/tif_jbig.c | 18 | --- a/libtiff/tif_jbig.c |
| 18 | +++ b/libtiff/tif_jbig.c | 19 | +++ b/libtiff/tif_jbig.c |
| 19 | @@ -209,6 +209,16 @@ int TIFFInitJBIG(TIFF* tif, int scheme) | 20 | @@ -209,6 +209,16 @@ int TIFFInitJBIG(TIFF* tif, int scheme) |
| @@ -33,6 +34,3 @@ index 74086338..8bfa4cef 100644 | |||
| 33 | 34 | ||
| 34 | /* Setup the function pointers for encode, decode, and cleanup. */ | 35 | /* Setup the function pointers for encode, decode, and cleanup. */ |
| 35 | tif->tif_setupdecode = JBIGSetupDecode; | 36 | tif->tif_setupdecode = JBIGSetupDecode; |
| 36 | -- | ||
| 37 | 2.25.1 | ||
| 38 | |||
