summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff/tiff/CVE-2023-52355-0002.patch
blob: 19a1ef727ac68c975377afaf507b090db9c480a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 16ab4a205cfc938c32686e8d697d048fabf97ed4 Mon Sep 17 00:00:00 2001
From: Timothy Lyanguzov <theta682@gmail.com>
Date: Thu, 1 Feb 2024 11:19:06 +0000
Subject: [PATCH] Fix typo.

CVE: CVE-2023-52355
Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/16ab4a205cfc938c32686e8d697d048fabf97ed4]

Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
---
 doc/libtiff.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/libtiff.rst b/doc/libtiff.rst
index d96a860..4fedc3e 100644
--- a/doc/libtiff.rst
+++ b/doc/libtiff.rst
@@ -169,7 +169,7 @@ you do not need to call :c:func:`TIFFFlush`.

     In order to prevent out-of-memory issues when opening a TIFF file
     :c:func:`TIFFOpenExt` can be used and then the maximum single memory
-    limit in byte that ``libtiff`` internal memory allocation functions
+    limit in bytes that ``libtiff`` internal memory allocation functions
     are allowed to request per call can be set with
     :c:func:`TIFFOpenOptionsSetMaxSingleMemAlloc`.

--
2.40.0