summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch b/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch
index 272dd3d713..83d5db7fc6 100644
--- a/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch
+++ b/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch
@@ -5,11 +5,12 @@ Subject: [PATCH] Move the crop_width and crop_length computation after the
5 sanity check to avoid warnings when built with 5 sanity check to avoid warnings when built with
6 -fsanitize=unsigned-integer-overflow. 6 -fsanitize=unsigned-integer-overflow.
7 7
8Upstream-Status: Backport 8Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/b258ed69a485a9cfb299d9f060eb2a46c54e5903?merge_request_iid=294]
9[https://gitlab.com/libtiff/libtiff/-/commit/b258ed69a485a9cfb299d9f060eb2a46c54e5903?merge_request_iid=294]
10 9
11Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> 10Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
12 11
12CVE: CVE-2022-2868
13
13--- 14---
14 tools/tiffcrop.c | 5 ++--- 15 tools/tiffcrop.c | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-) 16 1 file changed, 2 insertions(+), 3 deletions(-)