diff options
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch b/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch new file mode 100644 index 0000000000..19a1ef727a --- /dev/null +++ b/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From 16ab4a205cfc938c32686e8d697d048fabf97ed4 Mon Sep 17 00:00:00 2001 | ||
2 | From: Timothy Lyanguzov <theta682@gmail.com> | ||
3 | Date: Thu, 1 Feb 2024 11:19:06 +0000 | ||
4 | Subject: [PATCH] Fix typo. | ||
5 | |||
6 | CVE: CVE-2023-52355 | ||
7 | Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/16ab4a205cfc938c32686e8d697d048fabf97ed4] | ||
8 | |||
9 | Signed-off-by: Yogita Urade <yogita.urade@windriver.com> | ||
10 | --- | ||
11 | doc/libtiff.rst | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/doc/libtiff.rst b/doc/libtiff.rst | ||
15 | index d96a860..4fedc3e 100644 | ||
16 | --- a/doc/libtiff.rst | ||
17 | +++ b/doc/libtiff.rst | ||
18 | @@ -169,7 +169,7 @@ you do not need to call :c:func:`TIFFFlush`. | ||
19 | |||
20 | In order to prevent out-of-memory issues when opening a TIFF file | ||
21 | :c:func:`TIFFOpenExt` can be used and then the maximum single memory | ||
22 | - limit in byte that ``libtiff`` internal memory allocation functions | ||
23 | + limit in bytes that ``libtiff`` internal memory allocation functions | ||
24 | are allowed to request per call can be set with | ||
25 | :c:func:`TIFFOpenOptionsSetMaxSingleMemAlloc`. | ||
26 | |||
27 | -- | ||
28 | 2.40.0 | ||