| 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 |